#B0CFCF

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

Shades of Sinbad #B0CFCF

Tints of Sinbad #B0CFCF

Color information

#B0CFCF (or 0xB0CFCF) is unknown color: approx Sinbad. HEX triplet: B0, CF and CF. RGB value is (176,207,207). Sum of RGB (Red+Green+Blue) = 176+207+207=590 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.83% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #B0CFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFCF is #4F3030. Grayscale: #C5C5C5. Windows color (decimal): -5189681 or 13619120. OLE color: 13619120.

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

Color convert

RGB176207207-
CMYK0.15000.19
HSL180º24.41%75.1%-
HSV(B)180º14.98%81.18%-
XYZ51.4858.3667.58-
YUV197.73133.23112.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.83%
GREEN value IS 207 (81.25% from 255) = 35.08%
BLUE value IS 207 (81.25% from 255) = 35.08%
R=29.83%
G=35.08%
B=35.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1762072070.15000.1918024.4175.1
HexB0CFCFF0013b4184b
Octal26031731717002326430113
Binary1011000011001111110011111111001001110110100110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CFCF; }

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

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

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

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

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

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

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

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