#B0DCFC

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

Shades of Pale Cornflower Blue #B0DCFC

Tints of Pale Cornflower Blue #B0DCFC

Color information

#B0DCFC (or 0xB0DCFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, DC and FC. RGB value is (176,220,252). Sum of RGB (Red+Green+Blue) = 176+220+252=648 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.16% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #B0DCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DCFC is #4F2303. Grayscale: #D2D2D2. Windows color (decimal): -5186308 or 16571568. OLE color: 16571568.

HSL color Cylindrical-coordinate representation of color #B0DCFC: hue angle of 205.26º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0DCFC is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176220252-
CMYK0.300.1300.01
HSL205.26º92.68%83.92%-
HSV(B)205.26º30.16%98.82%-
XYZ61.0767.44101.89-
YUV210.49151.42103.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.16%
GREEN value IS 220 (86.33% from 255) = 33.95%
BLUE value IS 252 (98.83% from 255) = 38.89%
R=27.16%
G=33.95%
B=38.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762202520.300.1300.01205.2692.6883.92
HexB0DCFC1ED01cd5d54
Octal260334374361501315135124
Binary101100001101110011111100111101101011100110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DCFC; }

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

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

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

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

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

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

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

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