Html Css Color HEX #B4CEE1 Light Steel Blue

📋 copy color: '#B4CEE1'

red 180 ◦ green 206 ◦ blue 225

#B4CEE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Steel Blue #B4CEE1

Tints of Light Steel Blue #B4CEE1

RGB

 RED value IS 180 (70.7% from 255) = 29.46%

 GREEN value IS 206 (80.86% from 255) = 33.72%

 BLUE value IS 225 (88.28% from 255) = 36.82%

R = 29.46%
G = 33.72%
B = 36.82%

CMYK

 C value IS 0.2

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B4CEE1 (or 0xB4CEE1) is known color: Light Steel Blue. HEX triplet: B4, CE and E1. RGB value is (180,206,225). Sum of RGB (Red+Green+Blue) = 180+206+225=611 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.46% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 225 (88.28% from 255 or 36.82% from 611); Max value from RGB is 225 - color contains mainly: blue. Hex color #B4CEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CEE1 is #4B311E. Grayscale: #C8C8C8. Windows color (decimal): -4927775 or 14798516. OLE color: 14798516.

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

Color convert

RGB 180 206 225 -
CMYK 0.2 0.08 0 0.12
HSL 205.33º 0.43% 0.79% -
HSV(B) 205.33º 0.2% 0.88% -
XYZ 54.48 59.28 79.81 -
YUV 200.39 141.89 113.46 -
System Red Green Blue C M Y K H S L
Decimal 180 206 225 0.2 0.08 0 0.12 205.33 0.43 0.79
Hex B4 CE E1 14 8 0 C CD 2B 4F
Octal 264 316 341 24 10 0 14 315 53 117
Binary 10110100 11001110 11100001 10100 1000 0 1100 11001101 101011 1001111

Color Harmonies of #B4CEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CEE1

Black with #B4CEE1

Text Example


Text Example

White with #B4CEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CEE1; }

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

 H1.HeaderClassName
 {
   color: #B4CEE1;
 }
 .AnyTagClassName
 {
   color: #B4CEE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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