Html Css Color HEX #BAD9F0 Pale Cornflower Blue

📋 copy color: '#BAD9F0'

red 186 ◦ green 217 ◦ blue 240

#BAD9F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Cornflower Blue #BAD9F0

Tints of Pale Cornflower Blue #BAD9F0

RGB

 RED value IS 186 (73.05% from 255) = 28.93%

 GREEN value IS 217 (85.16% from 255) = 33.75%

 BLUE value IS 240 (94.14% from 255) = 37.33%

R = 28.93%
G = 33.75%
B = 37.33%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BAD9F0 (or 0xBAD9F0) is known color: Pale Cornflower Blue. HEX triplet: BA, D9 and F0. RGB value is (186,217,240). Sum of RGB (Red+Green+Blue) = 186+217+240=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAD9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD9F0 is #45260F. Grayscale: #D2D2D2. Windows color (decimal): -4531728 or 15784378. OLE color: 15784378.

HSL color Cylindrical-coordinate representation of color #BAD9F0: hue angle of 205.56º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAD9F0 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 217 240 -
CMYK 0.22 0.10 0 0.06
HSL 205.56º 0.64% 0.84% -
HSV(B) 205.56º 0.23% 0.94% -
XYZ 60.79 66.36 92.04 -
YUV 210.35 144.73 110.63 -
System Red Green Blue C M Y K H S L
Decimal 186 217 240 0.22 0.10 0 0.06 205.56 0.64 0.84
Hex BA D9 F0 16 A 0 6 CE 40 54
Octal 272 331 360 26 12 0 6 316 100 124
Binary 10111010 11011001 11110000 10110 1010 0 110 11001110 1000000 1010100

Color Harmonies of #BAD9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD9F0

Black with #BAD9F0

Text Example


Text Example

White with #BAD9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD9F0; }

 p { color: rgb(186,217,240); }

 H1.HeaderClassName
 {
   color: #BAD9F0;
 }
 .AnyTagClassName
 {
   color: #BAD9F0;
 }
</style>

background-color css

<style>
 a { background-color: #BAD9F0; }

 a { background-color: rgb(186,217,240); }

 div.DivClassName
 {
   background-color: #BAD9F0;
 }
 .BgClassName
 {
   background-color: #BAD9F0;
 }
</style>

border-color css

<style>
 span { border-color: #BAD9F0; }

 span { border-color: rgb(186,217,240); }

 td.TdClassName
 {
   border-color: #BAD9F0;
 }
 .TagClassName
 {
   border-color: #BAD9F0;
 }
</style>