Html Css Color HEX #BCCCE1 Light Steel Blue

📋 copy color: '#BCCCE1'

red 188 ◦ green 204 ◦ blue 225

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

Shades of Light Steel Blue #BCCCE1

Tints of Light Steel Blue #BCCCE1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.06%

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

R = 30.47%
G = 33.06%
B = 36.47%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BCCCE1 (or 0xBCCCE1) is known color: Light Steel Blue. HEX triplet: BC, CC and E1. RGB value is (188,204,225). Sum of RGB (Red+Green+Blue) = 188+204+225=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCCCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCE1 is #43331E. Grayscale: #C9C9C9. Windows color (decimal): -4403999 or 14798012. OLE color: 14798012.

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

Color convert

RGB 188 204 225 -
CMYK 0.16 0.09 0 0.12
HSL 214.05º 0.38% 0.81% -
HSV(B) 214.05º 0.16% 0.88% -
XYZ 55.92 59.31 79.74 -
YUV 201.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 188 204 225 0.16 0.09 0 0.12 214.05 0.38 0.81
Hex BC CC E1 10 9 0 C D6 26 51
Octal 274 314 341 20 11 0 14 326 46 121
Binary 10111100 11001100 11100001 10000 1001 0 1100 11010110 100110 1010001

Color Harmonies of #BCCCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCE1

Black with #BCCCE1

Text Example


Text Example

White with #BCCCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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