#B2CECB

Color #B2CECB Sinbad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sinbad #B2CECB

Tints of Sinbad #B2CECB

Color information

#B2CECB (or 0xB2CECB) is unknown color: approx Sinbad. HEX triplet: B2, CE and CB. RGB value is (178,206,203). Sum of RGB (Red+Green+Blue) = 178+206+203=587 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.32% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CECB is #4D3134. Grayscale: #C5C5C5. Windows color (decimal): -5058869 or 13356722. OLE color: 13356722.

HSL color Cylindrical-coordinate representation of color #B2CECB: hue angle of 173.57º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2CECB is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB178206203-
CMYK0.1400.010.19
HSL173.57º22.22%75.29%-
HSV(B)173.57º13.59%80.78%-
XYZ51.2157.9264.98-
YUV197.29131.22114.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.32%
GREEN value IS 206 (80.86% from 255) = 35.09%
BLUE value IS 203 (79.69% from 255) = 34.58%
R=30.32%
G=35.09%
B=34.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1782062030.1400.010.19173.5722.2275.29
HexB2CECBE0113ae164b
Octal26231631316012325626113
Binary1011001011001110110010111110011001110101110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CECB; }

 p { color: rgb(178,206,203); }

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

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

 a { background-color: rgb(178,206,203); }

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

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

 span { border-color: rgb(178,206,203); }

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