#B0DCFB

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

Shades of Pale Cornflower Blue #B0DCFB

Tints of Pale Cornflower Blue #B0DCFB

Color information

#B0DCFB (or 0xB0DCFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, DC and FB. RGB value is (176,220,251). Sum of RGB (Red+Green+Blue) = 176+220+251=647 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.20% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0DCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DCFB is #4F2304. Grayscale: #D2D2D2. Windows color (decimal): -5186309 or 16506032. OLE color: 16506032.

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

Color convert

RGB176220251-
CMYK0.300.1200.02
HSL204.8º90.36%83.73%-
HSV(B)204.8º29.88%98.43%-
XYZ60.9167.38101.06-
YUV210.38150.92103.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.20%
GREEN value IS 220 (86.33% from 255) = 34.00%
BLUE value IS 251 (98.44% from 255) = 38.79%
R=27.20%
G=34.00%
B=38.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762202510.300.1200.02204.890.3683.73
HexB0DCFB1EC02cd5a54
Octal260334373361402315132124
Binary1011000011011100111110111111011000101100110110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DCFB; }

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

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

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

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

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

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

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

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