#B2DEFA

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

Shades of Pale Cornflower Blue #B2DEFA

Tints of Pale Cornflower Blue #B2DEFA

Color information

#B2DEFA (or 0xB2DEFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B2, DE and FA. RGB value is (178,222,250). Sum of RGB (Red+Green+Blue) = 178+222+250=650 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.38% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2DEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DEFA is #4D2105. Grayscale: #D3D3D3. Windows color (decimal): -5054726 or 16441010. OLE color: 16441010.

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

Color convert

RGB178222250-
CMYK0.290.1100.02
HSL203.33º87.8%83.92%-
HSV(B)203.33º28.8%98.04%-
XYZ61.7468.61100.43-
YUV212.04149.42103.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.38%
GREEN value IS 222 (87.11% from 255) = 34.15%
BLUE value IS 250 (98.05% from 255) = 38.46%
R=27.38%
G=34.15%
B=38.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782222500.290.1100.02203.3387.883.92
HexB2DEFA1DB02cb5854
Octal262336372351302313130124
Binary1011001011011110111110101110110110101100101110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DEFA; }

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

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

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

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

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

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

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

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