Html Css Color HEX #B0CDC9 Sinbad

📋 copy color: '#B0CDC9'

red 176 ◦ green 205 ◦ blue 201

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

Shades of Sinbad #B0CDC9

Tints of Sinbad #B0CDC9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.22%

 BLUE value IS 201 (78.91% from 255) = 34.54%

R = 30.24%
G = 35.22%
B = 34.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#B0CDC9 (or 0xB0CDC9) is known color: Sinbad. HEX triplet: B0, CD and C9. RGB value is (176,205,201). Sum of RGB (Red+Green+Blue) = 176+205+201=582 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.24% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CDC9 is #4F3236. Grayscale: #C3C3C3. Windows color (decimal): -5190199 or 13225392. OLE color: 13225392.

HSL color Cylindrical-coordinate representation of color #B0CDC9: hue angle of 171.72º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0CDC9 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 205 201 -
CMYK 0.14 0 0.02 0.20
HSL 171.72º 0.22% 0.75% -
HSV(B) 171.72º 0.14% 0.8% -
XYZ 50.28 57.11 63.63 -
YUV 195.87 130.89 113.83 -
System Red Green Blue C M Y K H S L
Decimal 176 205 201 0.14 0 0.02 0.20 171.72 0.22 0.75
Hex B0 CD C9 E 0 2 14 AC 16 4B
Octal 260 315 311 16 0 2 24 254 26 113
Binary 10110000 11001101 11001001 1110 0 10 10100 10101100 10110 1001011

Color Harmonies of #B0CDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CDC9

Black with #B0CDC9

Text Example


Text Example

White with #B0CDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CDC9; }

 p { color: rgb(176,205,201); }

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

background-color css

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

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

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

border-color css

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

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

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