#B0CECB

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

Shades of Sinbad #B0CECB

Tints of Sinbad #B0CECB

Color information

#B0CECB (or 0xB0CECB) is unknown color: approx Sinbad. HEX triplet: B0, CE and CB. RGB value is (176,206,203). Sum of RGB (Red+Green+Blue) = 176+206+203=585 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.09% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CECB is #4F3134. Grayscale: #C4C4C4. Windows color (decimal): -5189941 or 13356720. OLE color: 13356720.

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

Color convert

RGB176206203-
CMYK0.1500.010.19
HSL174º23.44%74.9%-
HSV(B)174º14.56%80.78%-
XYZ50.7657.6864.96-
YUV196.69131.56113.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.09%
GREEN value IS 206 (80.86% from 255) = 35.21%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=30.09%
G=35.21%
B=34.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1762062030.1500.010.1917423.4474.9
HexB0CECBF0113ae174b
Octal26031631317012325627113
Binary1011000011001110110010111111011001110101110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CECB; }

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

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

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

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

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

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

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

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