#B0D4FD

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

Shades of Pale Cornflower Blue #B0D4FD

Tints of Pale Cornflower Blue #B0D4FD

Color information

#B0D4FD (or 0xB0D4FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, D4 and FD. RGB value is (176,212,253). Sum of RGB (Red+Green+Blue) = 176+212+253=641 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.46% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0D4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D4FD is #4F2B02. Grayscale: #CDCDCD. Windows color (decimal): -5188355 or 16635056. OLE color: 16635056.

HSL color Cylindrical-coordinate representation of color #B0D4FD: hue angle of 211.95º degrees, saturation: 0.95, 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 #B0D4FD is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176212253-
CMYK0.300.1600.01
HSL211.95º95.06%84.12%-
HSV(B)211.95º30.43%99.22%-
XYZ59.1863.41102.05-
YUV205.91154.57106.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.46%
GREEN value IS 212 (83.20% from 255) = 33.07%
BLUE value IS 253 (99.22% from 255) = 39.47%
R=27.46%
G=33.07%
B=39.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762122530.300.1600.01211.9595.0684.12
HexB0D4FD1E1001d45f54
Octal260324375362001324137124
Binary1011000011010100111111011111010000011101010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D4FD; }

 p { color: rgb(176,212,253); }

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

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

 a { background-color: rgb(176,212,253); }

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

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

 span { border-color: rgb(176,212,253); }

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