Html Css Color HEX #B6CDE1 Light Steel Blue

📋 copy color: '#B6CDE1'

red 182 ◦ green 205 ◦ blue 225

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

Shades of Light Steel Blue #B6CDE1

Tints of Light Steel Blue #B6CDE1

RGB

 RED value IS 182 (71.48% from 255) = 29.74%

 GREEN value IS 205 (80.47% from 255) = 33.5%

 BLUE value IS 225 (88.28% from 255) = 36.76%

R = 29.74%
G = 33.5%
B = 36.76%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B6CDE1 (or 0xB6CDE1) is known color: Light Steel Blue. HEX triplet: B6, CD and E1. RGB value is (182,205,225). Sum of RGB (Red+Green+Blue) = 182+205+225=612 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.74% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 225 (88.28% from 255 or 36.76% from 612); Max value from RGB is 225 - color contains mainly: blue. Hex color #B6CDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CDE1 is #49321E. Grayscale: #C8C8C8. Windows color (decimal): -4796959 or 14798262. OLE color: 14798262.

HSL color Cylindrical-coordinate representation of color #B6CDE1: hue angle of 207.91º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6CDE1 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 182 205 225 -
CMYK 0.19 0.09 0 0.12
HSL 207.91º 0.42% 0.8% -
HSV(B) 207.91º 0.19% 0.88% -
XYZ 54.71 59.04 79.75 -
YUV 200.4 141.88 114.87 -
System Red Green Blue C M Y K H S L
Decimal 182 205 225 0.19 0.09 0 0.12 207.91 0.42 0.8
Hex B6 CD E1 13 9 0 C D0 2A 50
Octal 266 315 341 23 11 0 14 320 52 120
Binary 10110110 11001101 11100001 10011 1001 0 1100 11010000 101010 1010000

Color Harmonies of #B6CDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CDE1

Black with #B6CDE1

Text Example


Text Example

White with #B6CDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CDE1; }

 p { color: rgb(182,205,225); }

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

background-color css

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

 a { background-color: rgb(182,205,225); }

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

border-color css

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

 span { border-color: rgb(182,205,225); }

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