Html Css Color HEX #B7BDCB Spindle

📋 copy color: '#B7BDCB'

red 183 ◦ green 189 ◦ blue 203

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

Shades of Spindle #B7BDCB

Tints of Spindle #B7BDCB

RGB

 RED value IS 183 (71.88% from 255) = 31.83%

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

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

R = 31.83%
G = 32.87%
B = 35.3%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B7BDCB (or 0xB7BDCB) is known color: Spindle. HEX triplet: B7, BD and CB. RGB value is (183,189,203). Sum of RGB (Red+Green+Blue) = 183+189+203=575 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.83% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 203 - color contains mainly: blue. Hex color #B7BDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BDCB is #484234. Grayscale: #BCBCBC. Windows color (decimal): -4735541 or 13352375. OLE color: 13352375.

HSL color Cylindrical-coordinate representation of color #B7BDCB: hue angle of 222º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7BDCB is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 189 203 -
CMYK 0.10 0.07 0 0.20
HSL 222º 0.16% 0.76% -
HSV(B) 222º 0.1% 0.8% -
XYZ 48.51 50.77 63.74 -
YUV 188.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 183 189 203 0.10 0.07 0 0.20 222 0.16 0.76
Hex B7 BD CB A 7 0 14 DE 10 4C
Octal 267 275 313 12 7 0 24 336 20 114
Binary 10110111 10111101 11001011 1010 111 0 10100 11011110 10000 1001100

Color Harmonies of #B7BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BDCB

Black with #B7BDCB

Text Example


Text Example

White with #B7BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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