Html Css Color HEX #B9DAFA Pale Cornflower Blue

📋 copy color: '#B9DAFA'

red 185 ◦ green 218 ◦ blue 250

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

Shades of Pale Cornflower Blue #B9DAFA

Tints of Pale Cornflower Blue #B9DAFA

RGB

 RED value IS 185 (72.66% from 255) = 28.33%

 GREEN value IS 218 (85.55% from 255) = 33.38%

 BLUE value IS 250 (98.05% from 255) = 38.28%

R = 28.33%
G = 33.38%
B = 38.28%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B9DAFA (or 0xB9DAFA) is known color: Pale Cornflower Blue. HEX triplet: B9, DA and FA. RGB value is (185,218,250). Sum of RGB (Red+Green+Blue) = 185+218+250=653 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.33% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #B9DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DAFA is #462505. Grayscale: #D3D3D3. Windows color (decimal): -4596998 or 16439993. OLE color: 16439993.

HSL color Cylindrical-coordinate representation of color #B9DAFA: hue angle of 209.54º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9DAFA is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 218 250 -
CMYK 0.26 0.13 0 0.02
HSL 209.54º 0.87% 0.85% -
HSV(B) 209.54º 0.26% 0.98% -
XYZ 62.33 67.36 100.16 -
YUV 211.78 149.57 108.9 -
System Red Green Blue C M Y K H S L
Decimal 185 218 250 0.26 0.13 0 0.02 209.54 0.87 0.85
Hex B9 DA FA 1A D 0 2 D2 57 55
Octal 271 332 372 32 15 0 2 322 127 125
Binary 10111001 11011010 11111010 11010 1101 0 10 11010010 1010111 1010101

Color Harmonies of #B9DAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DAFA

Black with #B9DAFA

Text Example


Text Example

White with #B9DAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DAFA; }

 p { color: rgb(185,218,250); }

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

background-color css

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

 a { background-color: rgb(185,218,250); }

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

border-color css

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

 span { border-color: rgb(185,218,250); }

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