Html Css Color HEX #B9DDFF Pale Cornflower Blue

📋 copy color: '#B9DDFF'

red 185 ◦ green 221 ◦ blue 255

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

Shades of Pale Cornflower Blue #B9DDFF

Tints of Pale Cornflower Blue #B9DDFF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.43%

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

R = 27.99%
G = 33.43%
B = 38.58%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B9DDFF (or 0xB9DDFF) is known color: Pale Cornflower Blue. HEX triplet: B9, DD and FF. RGB value is (185,221,255). Sum of RGB (Red+Green+Blue) = 185+221+255=661 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.99% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DDFF is #462200. Grayscale: #D5D5D5. Windows color (decimal): -4596225 or 16768441. OLE color: 16768441.

HSL color Cylindrical-coordinate representation of color #B9DDFF: hue angle of 209.14º 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 #B9DDFF is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 185 221 255 -
CMYK 0.27 0.13 0 0
HSL 209.14º 1% 0.86% -
HSV(B) 209.14º 0.27% 1% -
XYZ 63.91 69.25 104.61 -
YUV 214.11 151.07 107.24 -
System Red Green Blue C M Y K H S L
Decimal 185 221 255 0.27 0.13 0 0 209.14 1 0.86
Hex B9 DD FF 1B D 0 0 D1 64 56
Octal 271 335 377 33 15 0 0 321 144 126
Binary 10111001 11011101 11111111 11011 1101 0 0 11010001 1100100 1010110

Color Harmonies of #B9DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DDFF

Black with #B9DDFF

Text Example


Text Example

White with #B9DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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