Html Css Color HEX #B7BCC9 Spindle

📋 copy color: '#B7BCC9'

red 183 ◦ green 188 ◦ blue 201

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

Shades of Spindle #B7BCC9

Tints of Spindle #B7BCC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.14%

R = 31.99%
G = 32.87%
B = 35.14%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B7BCC9 (or 0xB7BCC9) is known color: Spindle. HEX triplet: B7, BC and C9. RGB value is (183,188,201). Sum of RGB (Red+Green+Blue) = 183+188+201=572 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.99% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 201 - color contains mainly: blue. Hex color #B7BCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BCC9 is #484336. Grayscale: #BBBBBB. Windows color (decimal): -4735799 or 13221047. OLE color: 13221047.

HSL color Cylindrical-coordinate representation of color #B7BCC9: hue angle of 223.33º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7BCC9 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 183 188 201 -
CMYK 0.09 0.06 0 0.21
HSL 223.33º 0.14% 0.75% -
HSV(B) 223.33º 0.09% 0.79% -
XYZ 48.05 50.25 62.42 -
YUV 187.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 183 188 201 0.09 0.06 0 0.21 223.33 0.14 0.75
Hex B7 BC C9 9 6 0 15 DF E 4B
Octal 267 274 311 11 6 0 25 337 16 113
Binary 10110111 10111100 11001001 1001 110 0 10101 11011111 1110 1001011

Color Harmonies of #B7BCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BCC9

Black with #B7BCC9

Text Example


Text Example

White with #B7BCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BCC9; }

 p { color: rgb(183,188,201); }

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

background-color css

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

 a { background-color: rgb(183,188,201); }

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

border-color css

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

 span { border-color: rgb(183,188,201); }

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