#B2CFFA

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

Shades of Pale Cornflower Blue #B2CFFA

Tints of Pale Cornflower Blue #B2CFFA

Color information

#B2CFFA (or 0xB2CFFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B2, CF and FA. RGB value is (178,207,250). Sum of RGB (Red+Green+Blue) = 178+207+250=635 (84% of max value = 765). Red value is 178 (69.92% from 255 or 28.03% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2CFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CFFA is #4D3005. Grayscale: #CBCBCB. Windows color (decimal): -5058566 or 16437170. OLE color: 16437170.

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

Color convert

RGB178207250-
CMYK0.290.1700.02
HSL215.83º87.8%83.92%-
HSV(B)215.83º28.8%98.04%-
XYZ57.9360.9999.16-
YUV203.23154.39110-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.03%
GREEN value IS 207 (81.25% from 255) = 32.60%
BLUE value IS 250 (98.05% from 255) = 39.37%
R=28.03%
G=32.60%
B=39.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782072500.290.1700.02215.8387.883.92
HexB2CFFA1D1102d85854
Octal262317372352102330130124
Binary10110010110011111111101011101100010101101100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CFFA; }

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

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

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

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

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

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

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

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