Html Css Color HEX #B0D0CE Sinbad

📋 copy color: '#B0D0CE'

red 176 ◦ green 208 ◦ blue 206

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

Shades of Sinbad #B0D0CE

Tints of Sinbad #B0D0CE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.25%

 BLUE value IS 206 (80.86% from 255) = 34.92%

R = 29.83%
G = 35.25%
B = 34.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#B0D0CE (or 0xB0D0CE) is known color: Sinbad. HEX triplet: B0, D0 and CE. RGB value is (176,208,206). Sum of RGB (Red+Green+Blue) = 176+208+206=590 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.83% from 590); Green value is 208 (81.64% from 255 or 35.25% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D0CE is #4F2F31. Grayscale: #C6C6C6. Windows color (decimal): -5189426 or 13553840. OLE color: 13553840.

HSL color Cylindrical-coordinate representation of color #B0D0CE: hue angle of 176.25º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0D0CE is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 208 206 -
CMYK 0.15 0 0.01 0.18
HSL 176.25º 0.25% 0.75% -
HSV(B) 176.25º 0.15% 0.82% -
XYZ 51.6 58.8 67.02 -
YUV 198.2 132.4 112.16 -
System Red Green Blue C M Y K H S L
Decimal 176 208 206 0.15 0 0.01 0.18 176.25 0.25 0.75
Hex B0 D0 CE F 0 1 12 B0 19 4B
Octal 260 320 316 17 0 1 22 260 31 113
Binary 10110000 11010000 11001110 1111 0 1 10010 10110000 11001 1001011

Color Harmonies of #B0D0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D0CE

Black with #B0D0CE

Text Example


Text Example

White with #B0D0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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