Html Css Color HEX #B9DAFF Pale Cornflower Blue

📋 copy color: '#B9DAFF'

red 185 ◦ green 218 ◦ blue 255

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

Shades of Pale Cornflower Blue #B9DAFF

Tints of Pale Cornflower Blue #B9DAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.75%

R = 28.12%
G = 33.13%
B = 38.75%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B9DAFF (or 0xB9DAFF) is known color: Pale Cornflower Blue. HEX triplet: B9, DA and FF. RGB value is (185,218,255). Sum of RGB (Red+Green+Blue) = 185+218+255=658 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.12% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DAFF is #462500. Grayscale: #D4D4D4. Windows color (decimal): -4596993 or 16767673. OLE color: 16767673.

HSL color Cylindrical-coordinate representation of color #B9DAFF: hue angle of 211.71º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9DAFF is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 185 218 255 -
CMYK 0.27 0.15 0 0
HSL 211.71º 1% 0.86% -
HSV(B) 211.71º 0.27% 1% -
XYZ 63.13 67.68 104.34 -
YUV 212.35 152.07 108.49 -
System Red Green Blue C M Y K H S L
Decimal 185 218 255 0.27 0.15 0 0 211.71 1 0.86
Hex B9 DA FF 1B F 0 0 D4 64 56
Octal 271 332 377 33 17 0 0 324 144 126
Binary 10111001 11011010 11111111 11011 1111 0 0 11010100 1100100 1010110

Color Harmonies of #B9DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DAFF

Black with #B9DAFF

Text Example


Text Example

White with #B9DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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