#B4D5EB

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

Shades of Pale Cornflower Blue #B4D5EB

Tints of Pale Cornflower Blue #B4D5EB

Color information

#B4D5EB (or 0xB4D5EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B4, D5 and EB. RGB value is (180,213,235). Sum of RGB (Red+Green+Blue) = 180+213+235=628 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.66% from 628); Green value is 213 (83.59% from 255 or 33.92% 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 #B4D5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4D5EB is #4B2A14. Grayscale: #CDCDCD. Windows color (decimal): -4925973 or 15455668. OLE color: 15455668.

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

Color convert

RGB180213235-
CMYK0.230.0900.08
HSL204º57.89%81.37%-
HSV(B)204º23.4%92.16%-
XYZ57.6163.2987.78-
YUV205.64144.57109.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.66%
GREEN value IS 213 (83.59% from 255) = 33.92%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=28.66%
G=33.92%
B=37.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802132350.230.0900.0820457.8981.37
HexB4D5EB17908cc3a51
Octal264325353271101031472121
Binary10110100110101011110101110111100101000110011001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D5EB; }

 p { color: rgb(180,213,235); }

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

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

 a { background-color: rgb(180,213,235); }

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

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

 span { border-color: rgb(180,213,235); }

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