#B2DAFC

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

Shades of Pale Cornflower Blue #B2DAFC

Tints of Pale Cornflower Blue #B2DAFC

Color information

#B2DAFC (or 0xB2DAFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: B2, DA and FC. RGB value is (178,218,252). Sum of RGB (Red+Green+Blue) = 178+218+252=648 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.47% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2DAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DAFC is #4D2503. Grayscale: #D1D1D1. Windows color (decimal): -5055748 or 16571058. OLE color: 16571058.

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

Color convert

RGB178218252-
CMYK0.290.1300.01
HSL207.57º92.5%84.31%-
HSV(B)207.57º29.37%98.82%-
XYZ6166.64101.74-
YUV209.92151.75105.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.47%
GREEN value IS 218 (85.55% from 255) = 33.64%
BLUE value IS 252 (98.83% from 255) = 38.89%
R=27.47%
G=33.64%
B=38.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1782182520.290.1300.01207.5792.584.31
HexB2DAFC1DD01d05c54
Octal262332374351501320134124
Binary101100101101101011111100111011101011101000010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DAFC; }

 p { color: rgb(178,218,252); }

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

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

 a { background-color: rgb(178,218,252); }

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

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

 span { border-color: rgb(178,218,252); }

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