Html Css Color HEX #B2CDE1 Light Steel Blue

📋 copy color: '#B2CDE1'

red 178 ◦ green 205 ◦ blue 225

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

Shades of Light Steel Blue #B2CDE1

Tints of Light Steel Blue #B2CDE1

RGB

 RED value IS 178 (69.92% from 255) = 29.28%

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

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

R = 29.28%
G = 33.72%
B = 37.01%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B2CDE1 (or 0xB2CDE1) is known color: Light Steel Blue. HEX triplet: B2, CD and E1. RGB value is (178,205,225). Sum of RGB (Red+Green+Blue) = 178+205+225=608 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.28% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 225 (88.28% from 255 or 37.01% from 608); Max value from RGB is 225 - color contains mainly: blue. Hex color #B2CDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CDE1 is #4D321E. Grayscale: #C7C7C7. Windows color (decimal): -5059103 or 14798258. OLE color: 14798258.

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

Color convert

RGB 178 205 225 -
CMYK 0.21 0.09 0 0.12
HSL 205.53º 0.44% 0.79% -
HSV(B) 205.53º 0.21% 0.88% -
XYZ 53.78 58.56 79.7 -
YUV 199.21 142.55 112.87 -
System Red Green Blue C M Y K H S L
Decimal 178 205 225 0.21 0.09 0 0.12 205.53 0.44 0.79
Hex B2 CD E1 15 9 0 C CE 2C 4F
Octal 262 315 341 25 11 0 14 316 54 117
Binary 10110010 11001101 11100001 10101 1001 0 1100 11001110 101100 1001111

Color Harmonies of #B2CDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CDE1

Black with #B2CDE1

Text Example


Text Example

White with #B2CDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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