Html Css Color HEX #B0CFCB Sinbad

📋 copy color: '#B0CFCB'

red 176 ◦ green 207 ◦ blue 203

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

Shades of Sinbad #B0CFCB

Tints of Sinbad #B0CFCB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.32%

 BLUE value IS 203 (79.69% from 255) = 34.64%

R = 30.03%
G = 35.32%
B = 34.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#B0CFCB (or 0xB0CFCB) is known color: Sinbad. HEX triplet: B0, CF and CB. RGB value is (176,207,203). Sum of RGB (Red+Green+Blue) = 176+207+203=586 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.03% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFCB is #4F3034. Grayscale: #C5C5C5. Windows color (decimal): -5189685 or 13356976. OLE color: 13356976.

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

Color convert

RGB 176 207 203 -
CMYK 0.15 0 0.02 0.19
HSL 172.26º 0.24% 0.75% -
HSV(B) 172.26º 0.15% 0.81% -
XYZ 51 58.17 65.04 -
YUV 197.28 131.23 112.83 -
System Red Green Blue C M Y K H S L
Decimal 176 207 203 0.15 0 0.02 0.19 172.26 0.24 0.75
Hex B0 CF CB F 0 2 13 AC 18 4B
Octal 260 317 313 17 0 2 23 254 30 113
Binary 10110000 11001111 11001011 1111 0 10 10011 10101100 11000 1001011

Color Harmonies of #B0CFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CFCB

Black with #B0CFCB

Text Example


Text Example

White with #B0CFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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