#B0CFFB

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

Shades of Pale Cornflower Blue #B0CFFB

Tints of Pale Cornflower Blue #B0CFFB

Color information

#B0CFFB (or 0xB0CFFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, CF and FB. RGB value is (176,207,251). Sum of RGB (Red+Green+Blue) = 176+207+251=634 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.76% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0CFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CFFB is #4F3004. Grayscale: #CACACA. Windows color (decimal): -5189637 or 16502704. OLE color: 16502704.

HSL color Cylindrical-coordinate representation of color #B0CFFB: hue angle of 215.2º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0CFFB is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176207251-
CMYK0.300.1800.02
HSL215.2º90.36%83.73%-
HSV(B)215.2º29.88%98.43%-
XYZ57.6360.8299.97-
YUV202.75155.23108.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.76%
GREEN value IS 207 (81.25% from 255) = 32.65%
BLUE value IS 251 (98.44% from 255) = 39.59%
R=27.76%
G=32.65%
B=39.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762072510.300.1800.02215.290.3683.73
HexB0CFFB1E1202d75a54
Octal260317373362202327132124
Binary10110000110011111111101111110100100101101011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CFFB; }

 p { color: rgb(176,207,251); }

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

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

 a { background-color: rgb(176,207,251); }

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

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

 span { border-color: rgb(176,207,251); }

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