Html Css Color HEX #B0C6E0 Light Steel Blue

📋 copy color: '#B0C6E0'

red 176 ◦ green 198 ◦ blue 224

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

Shades of Light Steel Blue #B0C6E0

Tints of Light Steel Blue #B0C6E0

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.11%

 BLUE value IS 224 (87.89% from 255) = 37.46%

R = 29.43%
G = 33.11%
B = 37.46%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B0C6E0 (or 0xB0C6E0) is known color: Light Steel Blue. HEX triplet: B0, C6 and E0. RGB value is (176,198,224). Sum of RGB (Red+Green+Blue) = 176+198+224=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 224 - color contains mainly: blue. Hex color #B0C6E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C6E0 is #4F391F. Grayscale: #C2C2C2. Windows color (decimal): -5191968 or 14730928. OLE color: 14730928.

HSL color Cylindrical-coordinate representation of color #B0C6E0: hue angle of 212.5º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0C6E0 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 198 224 -
CMYK 0.21 0.12 0 0.12
HSL 212.5º 0.44% 0.78% -
HSV(B) 212.5º 0.21% 0.88% -
XYZ 51.55 55 78.42 -
YUV 194.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 176 198 224 0.21 0.12 0 0.12 212.5 0.44 0.78
Hex B0 C6 E0 15 C 0 C D4 2C 4E
Octal 260 306 340 25 14 0 14 324 54 116
Binary 10110000 11000110 11100000 10101 1100 0 1100 11010100 101100 1001110

Color Harmonies of #B0C6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C6E0

Black with #B0C6E0

Text Example


Text Example

White with #B0C6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C6E0; }

 p { color: rgb(176,198,224); }

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

background-color css

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

 a { background-color: rgb(176,198,224); }

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

border-color css

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

 span { border-color: rgb(176,198,224); }

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