#B6CEE1

Color #B6CEE1 Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #B6CEE1

Tints of Light Steel Blue #B6CEE1

Color information

#B6CEE1 (or 0xB6CEE1) is unknown color: approx Light Steel Blue. HEX triplet: B6, CE and E1. RGB value is (182,206,225). Sum of RGB (Red+Green+Blue) = 182+206+225=613 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.69% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 225 - color contains mainly: blue. Hex color #B6CEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CEE1 is #49311E. Grayscale: #C8C8C8. Windows color (decimal): -4796703 or 14798518. OLE color: 14798518.

HSL color Cylindrical-coordinate representation of color #B6CEE1: hue angle of 206.51º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6CEE1 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB182206225-
CMYK0.190.0800.12
HSL206.51º41.75%79.8%-
HSV(B)206.51º19.11%88.24%-
XYZ54.9559.5279.83-
YUV200.99141.55114.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.69%
GREEN value IS 206 (80.86% from 255) = 33.61%
BLUE value IS 225 (88.28% from 255) = 36.70%
R=29.69%
G=33.61%
B=36.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1822062250.190.0800.12206.5141.7579.8
HexB6CEE11380Ccf2a50
Octal266316341231001431752120
Binary10110110110011101110000110011100001100110011111010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CEE1; }

 p { color: rgb(182,206,225); }

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

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

 a { background-color: rgb(182,206,225); }

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

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

 span { border-color: rgb(182,206,225); }

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