Html Css Color HEX #B0BCCB Spindle

📋 copy color: '#B0BCCB'

red 176 ◦ green 188 ◦ blue 203

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

Shades of Spindle #B0BCCB

Tints of Spindle #B0BCCB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.16%

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

R = 31.04%
G = 33.16%
B = 35.8%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B0BCCB (or 0xB0BCCB) is known color: Spindle. HEX triplet: B0, BC and CB. RGB value is (176,188,203). Sum of RGB (Red+Green+Blue) = 176+188+203=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 203 - color contains mainly: blue. Hex color #B0BCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BCCB is #4F4334. Grayscale: #BABABA. Windows color (decimal): -5194549 or 13352112. OLE color: 13352112.

HSL color Cylindrical-coordinate representation of color #B0BCCB: hue angle of 213.33º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0BCCB is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 188 203 -
CMYK 0.13 0.07 0 0.20
HSL 213.33º 0.21% 0.74% -
HSV(B) 213.33º 0.13% 0.8% -
XYZ 46.67 49.51 63.6 -
YUV 186.12 137.52 120.78 -
System Red Green Blue C M Y K H S L
Decimal 176 188 203 0.13 0.07 0 0.20 213.33 0.21 0.74
Hex B0 BC CB D 7 0 14 D5 15 4A
Octal 260 274 313 15 7 0 24 325 25 112
Binary 10110000 10111100 11001011 1101 111 0 10100 11010101 10101 1001010

Color Harmonies of #B0BCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BCCB

Black with #B0BCCB

Text Example


Text Example

White with #B0BCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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