#B5D4EB

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

Shades of Pale Cornflower Blue #B5D4EB

Tints of Pale Cornflower Blue #B5D4EB

Color information

#B5D4EB (or 0xB5D4EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B5, D4 and EB. RGB value is (181,212,235). Sum of RGB (Red+Green+Blue) = 181+212+235=628 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.82% from 628); Green value is 212 (83.20% from 255 or 33.76% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5D4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D4EB is #4A2B14. Grayscale: #CDCDCD. Windows color (decimal): -4860693 or 15455413. OLE color: 15455413.

HSL color Cylindrical-coordinate representation of color #B5D4EB: hue angle of 205.56º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5D4EB is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181212235-
CMYK0.230.1000.08
HSL205.56º57.45%81.57%-
HSV(B)205.56º22.98%92.16%-
XYZ57.5962.9187.7-
YUV205.35144.73110.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.82%
GREEN value IS 212 (83.20% from 255) = 33.76%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=28.82%
G=33.76%
B=37.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1812122350.230.1000.08205.5657.4581.57
HexB5D4EB17A08ce3952
Octal265324353271201031671122
Binary10110101110101001110101110111101001000110011101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D4EB; }

 p { color: rgb(181,212,235); }

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

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

 a { background-color: rgb(181,212,235); }

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

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

 span { border-color: rgb(181,212,235); }

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