Html Css Color HEX #B0BDCB Spindle

📋 copy color: '#B0BDCB'

red 176 ◦ green 189 ◦ blue 203

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

Shades of Spindle #B0BDCB

Tints of Spindle #B0BDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.27%

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

R = 30.99%
G = 33.27%
B = 35.74%

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

#B0BDCB (or 0xB0BDCB) is known color: Spindle. HEX triplet: B0, BD and CB. RGB value is (176,189,203). Sum of RGB (Red+Green+Blue) = 176+189+203=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #B0BDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BDCB is #4F4234. Grayscale: #BABABA. Windows color (decimal): -5194293 or 13352368. OLE color: 13352368.

HSL color Cylindrical-coordinate representation of color #B0BDCB: hue angle of 211.11º 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 #B0BDCB is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 189 203 -
CMYK 0.13 0.07 0 0.20
HSL 211.11º 0.21% 0.74% -
HSV(B) 211.11º 0.13% 0.8% -
XYZ 46.88 49.94 63.67 -
YUV 186.71 137.19 120.36 -
System Red Green Blue C M Y K H S L
Decimal 176 189 203 0.13 0.07 0 0.20 211.11 0.21 0.74
Hex B0 BD CB D 7 0 14 D3 15 4A
Octal 260 275 313 15 7 0 24 323 25 112
Binary 10110000 10111101 11001011 1101 111 0 10100 11010011 10101 1001010

Color Harmonies of #B0BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BDCB

Black with #B0BDCB

Text Example


Text Example

White with #B0BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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