#B2D9FA

Color #B2D9FA Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #B2D9FA

Tints of Pale Cornflower Blue #B2D9FA

Color information

#B2D9FA (or 0xB2D9FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B2, D9 and FA. RGB value is (178,217,250). Sum of RGB (Red+Green+Blue) = 178+217+250=645 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.60% from 645); Green value is 217 (85.16% from 255 or 33.64% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2D9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D9FA is #4D2605. Grayscale: #D0D0D0. Windows color (decimal): -5056006 or 16439730. OLE color: 16439730.

HSL color Cylindrical-coordinate representation of color #B2D9FA: hue angle of 207.5º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2D9FA is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB178217250-
CMYK0.290.1300.02
HSL207.5º87.8%83.92%-
HSV(B)207.5º28.8%98.04%-
XYZ60.4365.99100-
YUV209.1151.08105.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.60%
GREEN value IS 217 (85.16% from 255) = 33.64%
BLUE value IS 250 (98.05% from 255) = 38.76%
R=27.60%
G=33.64%
B=38.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782172500.290.1300.02207.587.883.92
HexB2D9FA1DD02d05854
Octal262331372351502320130124
Binary1011001011011001111110101110111010101101000010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D9FA; }

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

 H1.HeaderClassName
 {
   color: #B2D9FA;
 }
 .AnyTagClassName
 {
   color: #B2D9FA;
 }
</style>
background-color css

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

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

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

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

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

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