#B4CCE1

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

Shades of Light Steel Blue #B4CCE1

Tints of Light Steel Blue #B4CCE1

Color information

#B4CCE1 (or 0xB4CCE1) is unknown color: approx Light Steel Blue. HEX triplet: B4, CC and E1. RGB value is (180,204,225). Sum of RGB (Red+Green+Blue) = 180+204+225=609 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.56% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 225 (88.28% from 255 or 36.95% from 609); Max value from RGB is 225 - color contains mainly: blue. Hex color #B4CCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CCE1 is #4B331E. Grayscale: #C7C7C7. Windows color (decimal): -4928287 or 14798004. OLE color: 14798004.

HSL color Cylindrical-coordinate representation of color #B4CCE1: hue angle of 208º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4CCE1 is Cyan = 0.2, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB180204225-
CMYK0.20.0900.12
HSL208º42.86%79.41%-
HSV(B)208º20%88.24%-
XYZ54.0158.3379.65-
YUV199.22142.55114.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.56%
GREEN value IS 204 (80.08% from 255) = 33.50%
BLUE value IS 225 (88.28% from 255) = 36.95%
R=29.56%
G=33.50%
B=36.95%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1802042250.20.0900.1220842.8679.41
HexB4CCE11490Cd02b4f
Octal264314341241101432053117
Binary10110100110011001110000110100100101100110100001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CCE1; }

 p { color: rgb(180,204,225); }

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

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

 a { background-color: rgb(180,204,225); }

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

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

 span { border-color: rgb(180,204,225); }

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