Html Css Color HEX #B7BED1 Spindle

📋 copy color: '#B7BED1'

red 183 ◦ green 190 ◦ blue 209

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

Shades of Spindle #B7BED1

Tints of Spindle #B7BED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.91%

R = 31.44%
G = 32.65%
B = 35.91%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B7BED1 (or 0xB7BED1) is known color: Spindle. HEX triplet: B7, BE and D1. RGB value is (183,190,209). Sum of RGB (Red+Green+Blue) = 183+190+209=582 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.44% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 209 - color contains mainly: blue. Hex color #B7BED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BED1 is #48412E. Grayscale: #BDBDBD. Windows color (decimal): -4735279 or 13745847. OLE color: 13745847.

HSL color Cylindrical-coordinate representation of color #B7BED1: hue angle of 223.85º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7BED1 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 190 209 -
CMYK 0.12 0.09 0 0.18
HSL 223.85º 0.22% 0.77% -
HSV(B) 223.85º 0.12% 0.82% -
XYZ 49.45 51.5 67.66 -
YUV 190.07 138.68 122.96 -
System Red Green Blue C M Y K H S L
Decimal 183 190 209 0.12 0.09 0 0.18 223.85 0.22 0.77
Hex B7 BE D1 C 9 0 12 E0 16 4D
Octal 267 276 321 14 11 0 22 340 26 115
Binary 10110111 10111110 11010001 1100 1001 0 10010 11100000 10110 1001101

Color Harmonies of #B7BED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BED1

Black with #B7BED1

Text Example


Text Example

White with #B7BED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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