#B0CFCC

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

Shades of Sinbad #B0CFCC

Tints of Sinbad #B0CFCC

Color information

#B0CFCC (or 0xB0CFCC) is unknown color: approx Sinbad. HEX triplet: B0, CF and CC. RGB value is (176,207,204). Sum of RGB (Red+Green+Blue) = 176+207+204=587 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.98% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFCC is #4F3033. Grayscale: #C5C5C5. Windows color (decimal): -5189684 or 13422512. OLE color: 13422512.

HSL color Cylindrical-coordinate representation of color #B0CFCC: hue angle of 174.19º degrees, saturation: 0.24, 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 #B0CFCC is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB176207204-
CMYK0.1500.010.19
HSL174.19º24.41%75.1%-
HSV(B)174.19º14.98%81.18%-
XYZ51.1258.2265.67-
YUV197.39131.73112.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.98%
GREEN value IS 207 (81.25% from 255) = 35.26%
BLUE value IS 204 (80.08% from 255) = 34.75%
R=29.98%
G=35.26%
B=34.75%

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
Decimal1762072040.1500.010.19174.1924.4175.1
HexB0CFCCF0113ae184b
Octal26031731417012325630113
Binary1011000011001111110011001111011001110101110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CFCC; }

 p { color: rgb(176,207,204); }

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

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

 a { background-color: rgb(176,207,204); }

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

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

 span { border-color: rgb(176,207,204); }

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