#B5D7FE

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

Shades of Pale Cornflower Blue #B5D7FE

Tints of Pale Cornflower Blue #B5D7FE

Color information

#B5D7FE (or 0xB5D7FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B5, D7 and FE. RGB value is (181,215,254). Sum of RGB (Red+Green+Blue) = 181+215+254=650 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.85% from 650); Green value is 215 (84.38% from 255 or 33.08% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5D7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D7FE is #4A2801. Grayscale: #D1D1D1. Windows color (decimal): -4859906 or 16701365. OLE color: 16701365.

HSL color Cylindrical-coordinate representation of color #B5D7FE: hue angle of 212.05º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5D7FE is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB181215254-
CMYK0.290.1500.00
HSL212.05º97.33%85.29%-
HSV(B)212.05º28.74%99.61%-
XYZ61.2565.58103.2-
YUV209.28153.24107.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.85%
GREEN value IS 215 (84.38% from 255) = 33.08%
BLUE value IS 254 (99.61% from 255) = 39.08%
R=27.85%
G=33.08%
B=39.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1812152540.290.1500.00212.0597.3385.29
HexB5D7FE1DF00d46155
Octal265327376351700324141125
Binary101101011101011111111110111011111001101010011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D7FE; }

 p { color: rgb(181,215,254); }

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

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

 a { background-color: rgb(181,215,254); }

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

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

 span { border-color: rgb(181,215,254); }

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