Html Css Color HEX #B0CECC Sinbad

📋 copy color: '#B0CECC'

red 176 ◦ green 206 ◦ blue 204

#B0CECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sinbad #B0CECC

Tints of Sinbad #B0CECC

RGB

 RED value IS 176 (69.14% from 255) = 30.03%

 GREEN value IS 206 (80.86% from 255) = 35.15%

 BLUE value IS 204 (80.08% from 255) = 34.81%

R = 30.03%
G = 35.15%
B = 34.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#B0CECC (or 0xB0CECC) is known color: Sinbad. HEX triplet: B0, CE and CC. RGB value is (176,206,204). Sum of RGB (Red+Green+Blue) = 176+206+204=586 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.03% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CECC is #4F3133. Grayscale: #C4C4C4. Windows color (decimal): -5189940 or 13422256. OLE color: 13422256.

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

Color convert

RGB 176 206 204 -
CMYK 0.15 0 0.01 0.19
HSL 176º 0.23% 0.75% -
HSV(B) 176º 0.15% 0.81% -
XYZ 50.87 57.73 65.59 -
YUV 196.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 176 206 204 0.15 0 0.01 0.19 176 0.23 0.75
Hex B0 CE CC F 0 1 13 B0 17 4B
Octal 260 316 314 17 0 1 23 260 27 113
Binary 10110000 11001110 11001100 1111 0 1 10011 10110000 10111 1001011

Color Harmonies of #B0CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CECC

Black with #B0CECC

Text Example


Text Example

White with #B0CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CECC; }

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

 H1.HeaderClassName
 {
   color: #B0CECC;
 }
 .AnyTagClassName
 {
   color: #B0CECC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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