Html Css Color HEX #BCCEE2 Light Steel Blue

📋 copy color: '#BCCEE2'

red 188 ◦ green 206 ◦ blue 226

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

Shades of Light Steel Blue #BCCEE2

Tints of Light Steel Blue #BCCEE2

RGB

 RED value IS 188 (73.83% from 255) = 30.32%

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

 BLUE value IS 226 (88.67% from 255) = 36.45%

R = 30.32%
G = 33.23%
B = 36.45%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BCCEE2 (or 0xBCCEE2) is known color: Light Steel Blue. HEX triplet: BC, CE and E2. RGB value is (188,206,226). Sum of RGB (Red+Green+Blue) = 188+206+226=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 226 (88.67% from 255 or 36.45% from 620); Max value from RGB is 226 - color contains mainly: blue. Hex color #BCCEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEE2 is #43311D. Grayscale: #CACACA. Windows color (decimal): -4403486 or 14864060. OLE color: 14864060.

HSL color Cylindrical-coordinate representation of color #BCCEE2: hue angle of 211.58º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCCEE2 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 206 226 -
CMYK 0.17 0.09 0 0.11
HSL 211.58º 0.4% 0.81% -
HSV(B) 211.58º 0.17% 0.89% -
XYZ 56.54 60.32 80.62 -
YUV 202.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 188 206 226 0.17 0.09 0 0.11 211.58 0.4 0.81
Hex BC CE E2 11 9 0 B D4 28 51
Octal 274 316 342 21 11 0 13 324 50 121
Binary 10111100 11001110 11100010 10001 1001 0 1011 11010100 101000 1010001

Color Harmonies of #BCCEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCEE2

Black with #BCCEE2

Text Example


Text Example

White with #BCCEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCEE2; }

 p { color: rgb(188,206,226); }

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

background-color css

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

 a { background-color: rgb(188,206,226); }

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

border-color css

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

 span { border-color: rgb(188,206,226); }

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