#B6D5EB

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

Shades of Pale Cornflower Blue #B6D5EB

Tints of Pale Cornflower Blue #B6D5EB

Color information

#B6D5EB (or 0xB6D5EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B6, D5 and EB. RGB value is (182,213,235). Sum of RGB (Red+Green+Blue) = 182+213+235=630 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.89% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #B6D5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6D5EB is #492A14. Grayscale: #CECECE. Windows color (decimal): -4794901 or 15455670. OLE color: 15455670.

HSL color Cylindrical-coordinate representation of color #B6D5EB: hue angle of 204.91º 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 #B6D5EB is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182213235-
CMYK0.230.0900.08
HSL204.91º56.99%81.76%-
HSV(B)204.91º22.55%92.16%-
XYZ58.0863.5387.8-
YUV206.24144.23110.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.89%
GREEN value IS 213 (83.59% from 255) = 33.81%
BLUE value IS 235 (92.19% from 255) = 37.30%
R=28.89%
G=33.81%
B=37.30%

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
Decimal1822132350.230.0900.08204.9156.9981.76
HexB6D5EB17908cd3952
Octal266325353271101031571122
Binary10110110110101011110101110111100101000110011011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D5EB; }

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

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

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

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

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

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

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

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