Html Css Color HEX #B0BCDA Light Steel Blue

📋 copy color: '#B0BCDA'

red 176 ◦ green 188 ◦ blue 218

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

Shades of Light Steel Blue #B0BCDA

Tints of Light Steel Blue #B0BCDA

RGB

 RED value IS 176 (69.14% from 255) = 30.24%

 GREEN value IS 188 (73.83% from 255) = 32.3%

 BLUE value IS 218 (85.55% from 255) = 37.46%

R = 30.24%
G = 32.3%
B = 37.46%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B0BCDA (or 0xB0BCDA) is known color: Light Steel Blue. HEX triplet: B0, BC and DA. RGB value is (176,188,218). Sum of RGB (Red+Green+Blue) = 176+188+218=582 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.24% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #B0BCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BCDA is #4F4325. Grayscale: #BBBBBB. Windows color (decimal): -5194534 or 14335152. OLE color: 14335152.

HSL color Cylindrical-coordinate representation of color #B0BCDA: hue angle of 222.86º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0BCDA is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 188 218 -
CMYK 0.19 0.14 0 0.15
HSL 222.86º 0.36% 0.77% -
HSV(B) 222.86º 0.19% 0.85% -
XYZ 48.54 50.26 73.47 -
YUV 187.83 145.02 119.56 -
System Red Green Blue C M Y K H S L
Decimal 176 188 218 0.19 0.14 0 0.15 222.86 0.36 0.77
Hex B0 BC DA 13 E 0 F DF 24 4D
Octal 260 274 332 23 16 0 17 337 44 115
Binary 10110000 10111100 11011010 10011 1110 0 1111 11011111 100100 1001101

Color Harmonies of #B0BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BCDA

Black with #B0BCDA

Text Example


Text Example

White with #B0BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BCDA; }

 p { color: rgb(176,188,218); }

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

background-color css

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

 a { background-color: rgb(176,188,218); }

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

border-color css

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

 span { border-color: rgb(176,188,218); }

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