Html Css Color HEX #B7BFCA Spindle

📋 copy color: '#B7BFCA'

red 183 ◦ green 191 ◦ blue 202

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

Shades of Spindle #B7BFCA

Tints of Spindle #B7BFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.07%

R = 31.77%
G = 33.16%
B = 35.07%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B7BFCA (or 0xB7BFCA) is known color: Spindle. HEX triplet: B7, BF and CA. RGB value is (183,191,202). Sum of RGB (Red+Green+Blue) = 183+191+202=576 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.77% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 202 - color contains mainly: blue. Hex color #B7BFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BFCA is #484035. Grayscale: #BDBDBD. Windows color (decimal): -4735030 or 13287351. OLE color: 13287351.

HSL color Cylindrical-coordinate representation of color #B7BFCA: hue angle of 214.74º degrees, saturation: 0.15, 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 #B7BFCA is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 183 191 202 -
CMYK 0.09 0.05 0 0.21
HSL 214.74º 0.15% 0.75% -
HSV(B) 214.74º 0.09% 0.79% -
XYZ 48.82 51.59 63.26 -
YUV 189.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 183 191 202 0.09 0.05 0 0.21 214.74 0.15 0.75
Hex B7 BF CA 9 5 0 15 D7 F 4B
Octal 267 277 312 11 5 0 25 327 17 113
Binary 10110111 10111111 11001010 1001 101 0 10101 11010111 1111 1001011

Color Harmonies of #B7BFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BFCA

Black with #B7BFCA

Text Example


Text Example

White with #B7BFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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