Html Css Color HEX #B8C2DB Light Steel Blue

📋 copy color: '#B8C2DB'

red 184 ◦ green 194 ◦ blue 219

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

Shades of Light Steel Blue #B8C2DB

Tints of Light Steel Blue #B8C2DB

RGB

 RED value IS 184 (72.27% from 255) = 30.82%

 GREEN value IS 194 (76.17% from 255) = 32.5%

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

R = 30.82%
G = 32.5%
B = 36.68%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B8C2DB (or 0xB8C2DB) is known color: Light Steel Blue. HEX triplet: B8, C2 and DB. RGB value is (184,194,219). Sum of RGB (Red+Green+Blue) = 184+194+219=597 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.82% from 597); Green value is 194 (76.17% from 255 or 32.50% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #B8C2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C2DB is #473D24. Grayscale: #C1C1C1. Windows color (decimal): -4668709 or 14402232. OLE color: 14402232.

HSL color Cylindrical-coordinate representation of color #B8C2DB: hue angle of 222.86º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8C2DB is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 194 219 -
CMYK 0.16 0.11 0 0.14
HSL 222.86º 0.33% 0.79% -
HSV(B) 222.86º 0.16% 0.86% -
XYZ 51.85 53.89 74.69 -
YUV 193.86 142.19 120.97 -
System Red Green Blue C M Y K H S L
Decimal 184 194 219 0.16 0.11 0 0.14 222.86 0.33 0.79
Hex B8 C2 DB 10 B 0 E DF 21 4F
Octal 270 302 333 20 13 0 16 337 41 117
Binary 10111000 11000010 11011011 10000 1011 0 1110 11011111 100001 1001111

Color Harmonies of #B8C2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C2DB

Black with #B8C2DB

Text Example


Text Example

White with #B8C2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C2DB; }

 p { color: rgb(184,194,219); }

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

background-color css

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

 a { background-color: rgb(184,194,219); }

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

border-color css

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

 span { border-color: rgb(184,194,219); }

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