Html Css Color HEX #B0CECB Sinbad

📋 copy color: '#B0CECB'

red 176 ◦ green 206 ◦ blue 203

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

Shades of Sinbad #B0CECB

Tints of Sinbad #B0CECB

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.7%

R = 30.09%
G = 35.21%
B = 34.7%

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

#B0CECB (or 0xB0CECB) is known color: 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

RGB 176 206 203 -
CMYK 0.15 0 0.01 0.19
HSL 174º 0.23% 0.75% -
HSV(B) 174º 0.15% 0.81% -
XYZ 50.76 57.68 64.96 -
YUV 196.69 131.56 113.24 -
System Red Green Blue C M Y K H S L
Decimal 176 206 203 0.15 0 0.01 0.19 174 0.23 0.75
Hex B0 CE CB F 0 1 13 AE 17 4B
Octal 260 316 313 17 0 1 23 256 27 113
Binary 10110000 11001110 11001011 1111 0 1 10011 10101110 10111 1001011

Color Harmonies of #B0CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CECB

Black with #B0CECB

Text Example


Text Example

White with #B0CECB

Text Example


Text Example

HTML Codes & Css Web 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>