Html Css Color HEX #B7C7D1 Spindle

📋 copy color: '#B7C7D1'

red 183 ◦ green 199 ◦ blue 209

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

Shades of Spindle #B7C7D1

Tints of Spindle #B7C7D1

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.67%

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

R = 30.96%
G = 33.67%
B = 35.36%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B7C7D1 (or 0xB7C7D1) is known color: Spindle. HEX triplet: B7, C7 and D1. RGB value is (183,199,209). Sum of RGB (Red+Green+Blue) = 183+199+209=591 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.96% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 209 - color contains mainly: blue. Hex color #B7C7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C7D1 is #48382E. Grayscale: #C3C3C3. Windows color (decimal): -4732975 or 13748151. OLE color: 13748151.

HSL color Cylindrical-coordinate representation of color #B7C7D1: hue angle of 203.08º 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 #B7C7D1 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 199 209 -
CMYK 0.12 0.05 0 0.18
HSL 203.08º 0.22% 0.77% -
HSV(B) 203.08º 0.12% 0.82% -
XYZ 51.46 55.52 68.33 -
YUV 195.36 135.7 119.19 -
System Red Green Blue C M Y K H S L
Decimal 183 199 209 0.12 0.05 0 0.18 203.08 0.22 0.77
Hex B7 C7 D1 C 5 0 12 CB 16 4D
Octal 267 307 321 14 5 0 22 313 26 115
Binary 10110111 11000111 11010001 1100 101 0 10010 11001011 10110 1001101

Color Harmonies of #B7C7D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C7D1

Black with #B7C7D1

Text Example


Text Example

White with #B7C7D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C7D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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