#B2CDFF

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

Shades of Pale Cornflower Blue #B2CDFF

Tints of Pale Cornflower Blue #B2CDFF

Color information

#B2CDFF (or 0xB2CDFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B2, CD and FF. RGB value is (178,205,255). Sum of RGB (Red+Green+Blue) = 178+205+255=638 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.90% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2CDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CDFF is #4D3200. Grayscale: #CACACA. Windows color (decimal): -5059073 or 16764338. OLE color: 16764338.

HSL color Cylindrical-coordinate representation of color #B2CDFF: hue angle of 218.96º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2CDFF is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB178205255-
CMYK0.300.2000
HSL218.96º100%84.9%-
HSV(B)218.96º30.2%100%-
XYZ58.2460.35103.19-
YUV202.63157.55110.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.90%
GREEN value IS 205 (80.47% from 255) = 32.13%
BLUE value IS 255 (100% from 255) = 39.97%
R=27.90%
G=32.13%
B=39.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1782052550.300.2000218.9610084.9
HexB2CDFF1E1400db6455
Octal262315377362400333144125
Binary1011001011001101111111111111010100001101101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CDFF; }

 p { color: rgb(178,205,255); }

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

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

 a { background-color: rgb(178,205,255); }

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

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

 span { border-color: rgb(178,205,255); }

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