#B4D7F0

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

Shades of Pale Cornflower Blue #B4D7F0

Tints of Pale Cornflower Blue #B4D7F0

Color information

#B4D7F0 (or 0xB4D7F0) is unknown color: approx Pale Cornflower Blue. HEX triplet: B4, D7 and F0. RGB value is (180,215,240). Sum of RGB (Red+Green+Blue) = 180+215+240=635 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.35% from 635); Green value is 215 (84.38% from 255 or 33.86% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #B4D7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4D7F0 is #4B280F. Grayscale: #CFCFCF. Windows color (decimal): -4925456 or 15783860. OLE color: 15783860.

HSL color Cylindrical-coordinate representation of color #B4D7F0: hue angle of 205º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4D7F0 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB180215240-
CMYK0.250.1000.06
HSL205º66.67%82.35%-
HSV(B)205º25%94.12%-
XYZ58.8564.691.8-
YUV207.38146.4108.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.35%
GREEN value IS 215 (84.38% from 255) = 33.86%
BLUE value IS 240 (94.14% from 255) = 37.80%
R=28.35%
G=33.86%
B=37.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802152400.250.1000.0620566.6782.35
HexB4D7F019A06cd4352
Octal264327360311206315103122
Binary10110100110101111111000011001101001101100110110000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D7F0; }

 p { color: rgb(180,215,240); }

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

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

 a { background-color: rgb(180,215,240); }

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

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

 span { border-color: rgb(180,215,240); }

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