Html Css Color HEX #B9DCFB Pale Cornflower Blue

📋 copy color: '#B9DCFB'

red 185 ◦ green 220 ◦ blue 251

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

Shades of Pale Cornflower Blue #B9DCFB

Tints of Pale Cornflower Blue #B9DCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.26%

R = 28.2%
G = 33.54%
B = 38.26%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B9DCFB (or 0xB9DCFB) is known color: Pale Cornflower Blue. HEX triplet: B9, DC and FB. RGB value is (185,220,251). Sum of RGB (Red+Green+Blue) = 185+220+251=656 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.20% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #B9DCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DCFB is #462304. Grayscale: #D4D4D4. Windows color (decimal): -4596485 or 16506041. OLE color: 16506041.

HSL color Cylindrical-coordinate representation of color #B9DCFB: hue angle of 208.18º degrees, saturation: 0.89, 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 #B9DCFB is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 220 251 -
CMYK 0.26 0.12 0 0.02
HSL 208.18º 0.89% 0.85% -
HSV(B) 208.18º 0.26% 0.98% -
XYZ 63.01 68.47 101.16 -
YUV 213.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 185 220 251 0.26 0.12 0 0.02 208.18 0.89 0.85
Hex B9 DC FB 1A C 0 2 D0 59 55
Octal 271 334 373 32 14 0 2 320 131 125
Binary 10111001 11011100 11111011 11010 1100 0 10 11010000 1011001 1010101

Color Harmonies of #B9DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DCFB

Black with #B9DCFB

Text Example


Text Example

White with #B9DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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