#B2C7E4

Color #B2C7E4 Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #B2C7E4

Tints of Light Steel Blue #B2C7E4

Color information

#B2C7E4 (or 0xB2C7E4) is unknown color: approx Light Steel Blue. HEX triplet: B2, C7 and E4. RGB value is (178,199,228). Sum of RGB (Red+Green+Blue) = 178+199+228=605 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.42% from 605); Green value is 199 (78.12% from 255 or 32.89% from 605); Blue value is 228 (89.45% from 255 or 37.69% from 605); Max value from RGB is 228 - color contains mainly: blue. Hex color #B2C7E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C7E4 is #4D381B. Grayscale: #C3C3C3. Windows color (decimal): -5060636 or 14993330. OLE color: 14993330.

HSL color Cylindrical-coordinate representation of color #B2C7E4: hue angle of 214.8º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2C7E4 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB178199228-
CMYK0.220.1300.11
HSL214.8º48.08%79.61%-
HSV(B)214.8º21.93%89.41%-
XYZ52.7955.9181.41-
YUV196.03146.04115.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.42%
GREEN value IS 199 (78.12% from 255) = 32.89%
BLUE value IS 228 (89.45% from 255) = 37.69%
R=29.42%
G=32.89%
B=37.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1781992280.220.1300.11214.848.0879.61
HexB2C7E416D0Bd73050
Octal262307344261501332760120
Binary10110010110001111110010010110110101011110101111100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C7E4; }

 p { color: rgb(178,199,228); }

 H1.HeaderClassName
 {
   color: #B2C7E4;
 }
 .AnyTagClassName
 {
   color: #B2C7E4;
 }
</style>
background-color css

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

 a { background-color: rgb(178,199,228); }

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

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

 span { border-color: rgb(178,199,228); }

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