#B3CFCD

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

Shades of Sinbad #B3CFCD

Tints of Sinbad #B3CFCD

Color information

#B3CFCD (or 0xB3CFCD) is unknown color: approx Sinbad. HEX triplet: B3, CF and CD. RGB value is (179,207,205). Sum of RGB (Red+Green+Blue) = 179+207+205=591 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.29% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFCD is #4C3032. Grayscale: #C6C6C6. Windows color (decimal): -4993075 or 13488051. OLE color: 13488051.

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

Color convert

RGB179207205-
CMYK0.1400.010.19
HSL175.71º22.58%75.69%-
HSV(B)175.71º13.53%81.18%-
XYZ51.9258.6266.34-
YUV198.4131.72114.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.29%
GREEN value IS 207 (81.25% from 255) = 35.03%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=30.29%
G=35.03%
B=34.69%

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
Decimal1792072050.1400.010.19175.7122.5875.69
HexB3CFCDE0113b0174c
Octal26331731516012326027114
Binary1011001111001111110011011110011001110110000101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CFCD; }

 p { color: rgb(179,207,205); }

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

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

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

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

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

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

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