Html Css Color HEX #B7BFCC Spindle

📋 copy color: '#B7BFCC'

red 183 ◦ green 191 ◦ blue 204

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

Shades of Spindle #B7BFCC

Tints of Spindle #B7BFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.29%

R = 31.66%
G = 33.04%
B = 35.29%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B7BFCC (or 0xB7BFCC) is known color: Spindle. HEX triplet: B7, BF and CC. RGB value is (183,191,204). Sum of RGB (Red+Green+Blue) = 183+191+204=578 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.66% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 204 - color contains mainly: blue. Hex color #B7BFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BFCC is #484033. Grayscale: #BEBEBE. Windows color (decimal): -4735028 or 13418423. OLE color: 13418423.

HSL color Cylindrical-coordinate representation of color #B7BFCC: hue angle of 217.14º degrees, saturation: 0.17, 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 #B7BFCC is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 191 204 -
CMYK 0.10 0.06 0 0.2
HSL 217.14º 0.17% 0.76% -
HSV(B) 217.14º 0.1% 0.8% -
XYZ 49.06 51.69 64.52 -
YUV 190.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 183 191 204 0.10 0.06 0 0.2 217.14 0.17 0.76
Hex B7 BF CC A 6 0 14 D9 11 4C
Octal 267 277 314 12 6 0 24 331 21 114
Binary 10110111 10111111 11001100 1010 110 0 10100 11011001 10001 1001100

Color Harmonies of #B7BFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BFCC

Black with #B7BFCC

Text Example


Text Example

White with #B7BFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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