Html Css Color HEX #B3BEDB Light Steel Blue

📋 copy color: '#B3BEDB'

red 179 ◦ green 190 ◦ blue 219

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

Shades of Light Steel Blue #B3BEDB

Tints of Light Steel Blue #B3BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.31%

 BLUE value IS 219 (85.94% from 255) = 37.24%

R = 30.44%
G = 32.31%
B = 37.24%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B3BEDB (or 0xB3BEDB) is known color: Light Steel Blue. HEX triplet: B3, BE and DB. RGB value is (179,190,219). Sum of RGB (Red+Green+Blue) = 179+190+219=588 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.44% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #B3BEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BEDB is #4C4124. Grayscale: #BDBDBD. Windows color (decimal): -4997413 or 14401203. OLE color: 14401203.

HSL color Cylindrical-coordinate representation of color #B3BEDB: hue angle of 223.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3BEDB is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 190 219 -
CMYK 0.18 0.13 0 0.14
HSL 223.5º 0.36% 0.78% -
HSV(B) 223.5º 0.18% 0.86% -
XYZ 49.79 51.53 74.34 -
YUV 190.02 144.36 120.14 -
System Red Green Blue C M Y K H S L
Decimal 179 190 219 0.18 0.13 0 0.14 223.5 0.36 0.78
Hex B3 BE DB 12 D 0 E E0 24 4E
Octal 263 276 333 22 15 0 16 340 44 116
Binary 10110011 10111110 11011011 10010 1101 0 1110 11100000 100100 1001110

Color Harmonies of #B3BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BEDB

Black with #B3BEDB

Text Example


Text Example

White with #B3BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BEDB; }

 p { color: rgb(179,190,219); }

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

background-color css

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

 a { background-color: rgb(179,190,219); }

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

border-color css

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

 span { border-color: rgb(179,190,219); }

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