#B0DCFA

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

Shades of Pale Cornflower Blue #B0DCFA

Tints of Pale Cornflower Blue #B0DCFA

Color information

#B0DCFA (or 0xB0DCFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, DC and FA. RGB value is (176,220,250). Sum of RGB (Red+Green+Blue) = 176+220+250=646 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.24% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0DCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DCFA is #4F2305. Grayscale: #D2D2D2. Windows color (decimal): -5186310 or 16440496. OLE color: 16440496.

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

Color convert

RGB176220250-
CMYK0.300.1200.02
HSL204.32º88.1%83.53%-
HSV(B)204.32º29.6%98.04%-
XYZ60.7567.32100.23-
YUV210.26150.42103.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.24%
GREEN value IS 220 (86.33% from 255) = 34.06%
BLUE value IS 250 (98.05% from 255) = 38.70%
R=27.24%
G=34.06%
B=38.70%

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
Decimal1762202500.300.1200.02204.3288.183.53
HexB0DCFA1EC02cc5854
Octal260334372361402314130124
Binary1011000011011100111110101111011000101100110010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DCFA; }

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

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

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

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

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

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

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

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