Html Css Color HEX #B7BDC6 Spindle

📋 copy color: '#B7BDC6'

red 183 ◦ green 189 ◦ blue 198

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

Shades of Spindle #B7BDC6

Tints of Spindle #B7BDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.74%

R = 32.11%
G = 33.16%
B = 34.74%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B7BDC6 (or 0xB7BDC6) is known color: Spindle. HEX triplet: B7, BD and C6. RGB value is (183,189,198). Sum of RGB (Red+Green+Blue) = 183+189+198=570 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.11% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 198 - color contains mainly: blue. Hex color #B7BDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BDC6 is #484239. Grayscale: #BCBCBC. Windows color (decimal): -4735546 or 13024695. OLE color: 13024695.

HSL color Cylindrical-coordinate representation of color #B7BDC6: hue angle of 216º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B7BDC6 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 183 189 198 -
CMYK 0.08 0.05 0 0.22
HSL 216º 0.12% 0.75% -
HSV(B) 216º 0.08% 0.78% -
XYZ 47.92 50.54 60.66 -
YUV 188.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 183 189 198 0.08 0.05 0 0.22 216 0.12 0.75
Hex B7 BD C6 8 5 0 16 D8 C 4B
Octal 267 275 306 10 5 0 26 330 14 113
Binary 10110111 10111101 11000110 1000 101 0 10110 11011000 1100 1001011

Color Harmonies of #B7BDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BDC6

Black with #B7BDC6

Text Example


Text Example

White with #B7BDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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