Html Css Color HEX #B9D9FA Pale Cornflower Blue

📋 copy color: '#B9D9FA'

red 185 ◦ green 217 ◦ blue 250

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

Shades of Pale Cornflower Blue #B9D9FA

Tints of Pale Cornflower Blue #B9D9FA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.28%

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

R = 28.37%
G = 33.28%
B = 38.34%

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

#B9D9FA (or 0xB9D9FA) is known color: Pale Cornflower Blue. HEX triplet: B9, D9 and FA. RGB value is (185,217,250). Sum of RGB (Red+Green+Blue) = 185+217+250=652 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.37% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #B9D9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D9FA is #462605. Grayscale: #D3D3D3. Windows color (decimal): -4597254 or 16439737. OLE color: 16439737.

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

Color convert

RGB 185 217 250 -
CMYK 0.26 0.13 0 0.02
HSL 210.46º 0.87% 0.85% -
HSV(B) 210.46º 0.26% 0.98% -
XYZ 62.08 66.84 100.07 -
YUV 211.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 185 217 250 0.26 0.13 0 0.02 210.46 0.87 0.85
Hex B9 D9 FA 1A D 0 2 D2 57 55
Octal 271 331 372 32 15 0 2 322 127 125
Binary 10111001 11011001 11111010 11010 1101 0 10 11010010 1010111 1010101

Color Harmonies of #B9D9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D9FA

Black with #B9D9FA

Text Example


Text Example

White with #B9D9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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