Html Css Color HEX #B7BFCE Spindle

📋 copy color: '#B7BFCE'

red 183 ◦ green 191 ◦ blue 206

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

Shades of Spindle #B7BFCE

Tints of Spindle #B7BFCE

RGB

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

 GREEN value IS 191 (75% from 255) = 32.93%

 BLUE value IS 206 (80.86% from 255) = 35.52%

R = 31.55%
G = 32.93%
B = 35.52%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B7BFCE (or 0xB7BFCE) is known color: Spindle. HEX triplet: B7, BF and CE. RGB value is (183,191,206). Sum of RGB (Red+Green+Blue) = 183+191+206=580 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.55% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7BFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BFCE is #484031. Grayscale: #BEBEBE. Windows color (decimal): -4735026 or 13549495. OLE color: 13549495.

HSL color Cylindrical-coordinate representation of color #B7BFCE: hue angle of 219.13º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7BFCE is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 191 206 -
CMYK 0.11 0.07 0 0.19
HSL 219.13º 0.19% 0.76% -
HSV(B) 219.13º 0.11% 0.81% -
XYZ 49.3 51.79 65.79 -
YUV 190.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 183 191 206 0.11 0.07 0 0.19 219.13 0.19 0.76
Hex B7 BF CE B 7 0 13 DB 13 4C
Octal 267 277 316 13 7 0 23 333 23 114
Binary 10110111 10111111 11001110 1011 111 0 10011 11011011 10011 1001100

Color Harmonies of #B7BFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BFCE

Black with #B7BFCE

Text Example


Text Example

White with #B7BFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BFCE; }

 p { color: rgb(183,191,206); }

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

background-color css

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

 a { background-color: rgb(183,191,206); }

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

border-color css

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

 span { border-color: rgb(183,191,206); }

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