Html Css Color HEX #B7BECE Spindle

📋 copy color: '#B7BECE'

red 183 ◦ green 190 ◦ blue 206

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

Shades of Spindle #B7BECE

Tints of Spindle #B7BECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.82%

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

R = 31.61%
G = 32.82%
B = 35.58%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B7BECE (or 0xB7BECE) is known color: Spindle. HEX triplet: B7, BE and CE. RGB value is (183,190,206). Sum of RGB (Red+Green+Blue) = 183+190+206=579 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.61% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7BECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BECE is #484131. Grayscale: #BDBDBD. Windows color (decimal): -4735282 or 13549239. OLE color: 13549239.

HSL color Cylindrical-coordinate representation of color #B7BECE: hue angle of 221.74º 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 #B7BECE is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 190 206 -
CMYK 0.11 0.08 0 0.19
HSL 221.74º 0.19% 0.76% -
HSV(B) 221.74º 0.11% 0.81% -
XYZ 49.08 51.35 65.72 -
YUV 189.73 137.18 123.2 -
System Red Green Blue C M Y K H S L
Decimal 183 190 206 0.11 0.08 0 0.19 221.74 0.19 0.76
Hex B7 BE CE B 8 0 13 DE 13 4C
Octal 267 276 316 13 10 0 23 336 23 114
Binary 10110111 10111110 11001110 1011 1000 0 10011 11011110 10011 1001100

Color Harmonies of #B7BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BECE

Black with #B7BECE

Text Example


Text Example

White with #B7BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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