Html Css Color HEX #B7C5CF Spindle

📋 copy color: '#B7C5CF'

red 183 ◦ green 197 ◦ blue 207

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

Shades of Spindle #B7C5CF

Tints of Spindle #B7C5CF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.56%

 BLUE value IS 207 (81.25% from 255) = 35.26%

R = 31.18%
G = 33.56%
B = 35.26%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B7C5CF (or 0xB7C5CF) is known color: Spindle. HEX triplet: B7, C5 and CF. RGB value is (183,197,207). Sum of RGB (Red+Green+Blue) = 183+197+207=587 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.18% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7C5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C5CF is #483A30. Grayscale: #C1C1C1. Windows color (decimal): -4733489 or 13616567. OLE color: 13616567.

HSL color Cylindrical-coordinate representation of color #B7C5CF: hue angle of 205º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7C5CF is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 197 207 -
CMYK 0.12 0.05 0 0.19
HSL 205º 0.2% 0.76% -
HSV(B) 205º 0.12% 0.81% -
XYZ 50.76 54.5 66.88 -
YUV 193.95 135.36 120.19 -
System Red Green Blue C M Y K H S L
Decimal 183 197 207 0.12 0.05 0 0.19 205 0.2 0.76
Hex B7 C5 CF C 5 0 13 CD 14 4C
Octal 267 305 317 14 5 0 23 315 24 114
Binary 10110111 11000101 11001111 1100 101 0 10011 11001101 10100 1001100

Color Harmonies of #B7C5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C5CF

Black with #B7C5CF

Text Example


Text Example

White with #B7C5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C5CF; }

 p { color: rgb(183,197,207); }

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

background-color css

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

 a { background-color: rgb(183,197,207); }

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

border-color css

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

 span { border-color: rgb(183,197,207); }

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