Html Css Color HEX #B9DCFE Pale Cornflower Blue

📋 copy color: '#B9DCFE'

red 185 ◦ green 220 ◦ blue 254

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

Shades of Pale Cornflower Blue #B9DCFE

Tints of Pale Cornflower Blue #B9DCFE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.38%

 BLUE value IS 254 (99.61% from 255) = 38.54%

R = 28.07%
G = 33.38%
B = 38.54%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B9DCFE (or 0xB9DCFE) is known color: Pale Cornflower Blue. HEX triplet: B9, DC and FE. RGB value is (185,220,254). Sum of RGB (Red+Green+Blue) = 185+220+254=659 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.07% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9DCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DCFE is #462301. Grayscale: #D5D5D5. Windows color (decimal): -4596482 or 16702649. OLE color: 16702649.

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

Color convert

RGB 185 220 254 -
CMYK 0.27 0.13 0 0.00
HSL 209.57º 0.97% 0.86% -
HSV(B) 209.57º 0.27% 1% -
XYZ 63.49 68.66 103.67 -
YUV 213.41 150.9 107.74 -
System Red Green Blue C M Y K H S L
Decimal 185 220 254 0.27 0.13 0 0.00 209.57 0.97 0.86
Hex B9 DC FE 1B D 0 0 D2 61 56
Octal 271 334 376 33 15 0 0 322 141 126
Binary 10111001 11011100 11111110 11011 1101 0 0 11010010 1100001 1010110

Color Harmonies of #B9DCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DCFE

Black with #B9DCFE

Text Example


Text Example

White with #B9DCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DCFE; }

 p { color: rgb(185,220,254); }

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

background-color css

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

 a { background-color: rgb(185,220,254); }

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

border-color css

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

 span { border-color: rgb(185,220,254); }

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