#B1CFFA

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

Shades of Pale Cornflower Blue #B1CFFA

Tints of Pale Cornflower Blue #B1CFFA

Color information

#B1CFFA (or 0xB1CFFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B1, CF and FA. RGB value is (177,207,250). Sum of RGB (Red+Green+Blue) = 177+207+250=634 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.92% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1CFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CFFA is #4E3005. Grayscale: #CACACA. Windows color (decimal): -5124102 or 16437169. OLE color: 16437169.

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

Color convert

RGB177207250-
CMYK0.290.1700.02
HSL215.34º87.95%83.73%-
HSV(B)215.34º29.2%98.04%-
XYZ57.760.8799.15-
YUV202.93154.56109.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.92%
GREEN value IS 207 (81.25% from 255) = 32.65%
BLUE value IS 250 (98.05% from 255) = 39.43%
R=27.92%
G=32.65%
B=39.43%

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
Decimal1772072500.290.1700.02215.3487.9583.73
HexB1CFFA1D1102d75854
Octal261317372352102327130124
Binary10110001110011111111101011101100010101101011110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CFFA; }

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

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

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

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

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

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

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

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