Html Css Color HEX #B3C3E4 Light Steel Blue

📋 copy color: '#B3C3E4'

red 179 ◦ green 195 ◦ blue 228

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

Shades of Light Steel Blue #B3C3E4

Tints of Light Steel Blue #B3C3E4

RGB

 RED value IS 179 (70.31% from 255) = 29.73%

 GREEN value IS 195 (76.56% from 255) = 32.39%

 BLUE value IS 228 (89.45% from 255) = 37.87%

R = 29.73%
G = 32.39%
B = 37.87%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B3C3E4 (or 0xB3C3E4) is known color: Light Steel Blue. HEX triplet: B3, C3 and E4. RGB value is (179,195,228). Sum of RGB (Red+Green+Blue) = 179+195+228=602 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.73% from 602); Green value is 195 (76.56% from 255 or 32.39% from 602); Blue value is 228 (89.45% from 255 or 37.87% from 602); Max value from RGB is 228 - color contains mainly: blue. Hex color #B3C3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C3E4 is #4C3C1B. Grayscale: #C1C1C1. Windows color (decimal): -4996124 or 14992307. OLE color: 14992307.

HSL color Cylindrical-coordinate representation of color #B3C3E4: hue angle of 220.41º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3C3E4 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 179 195 228 -
CMYK 0.21 0.14 0 0.11
HSL 220.41º 0.48% 0.8% -
HSV(B) 220.41º 0.21% 0.89% -
XYZ 52.11 54.22 81.12 -
YUV 193.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 179 195 228 0.21 0.14 0 0.11 220.41 0.48 0.8
Hex B3 C3 E4 15 E 0 B DC 30 50
Octal 263 303 344 25 16 0 13 334 60 120
Binary 10110011 11000011 11100100 10101 1110 0 1011 11011100 110000 1010000

Color Harmonies of #B3C3E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C3E4

Black with #B3C3E4

Text Example


Text Example

White with #B3C3E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C3E4; }

 p { color: rgb(179,195,228); }

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

background-color css

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

 a { background-color: rgb(179,195,228); }

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

border-color css

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

 span { border-color: rgb(179,195,228); }

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