Html Css Color HEX #B7C6CF Spindle

📋 copy color: '#B7C6CF'

red 183 ◦ green 198 ◦ blue 207

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

Shades of Spindle #B7C6CF

Tints of Spindle #B7C6CF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.67%

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

R = 31.12%
G = 33.67%
B = 35.2%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B7C6CF (or 0xB7C6CF) is known color: Spindle. HEX triplet: B7, C6 and CF. RGB value is (183,198,207). Sum of RGB (Red+Green+Blue) = 183+198+207=588 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.12% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7C6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C6CF is #483930. Grayscale: #C2C2C2. Windows color (decimal): -4733233 or 13616823. OLE color: 13616823.

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

Color convert

RGB 183 198 207 -
CMYK 0.12 0.04 0 0.19
HSL 202.5º 0.2% 0.76% -
HSV(B) 202.5º 0.12% 0.81% -
XYZ 50.99 54.96 66.95 -
YUV 194.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 183 198 207 0.12 0.04 0 0.19 202.5 0.2 0.76
Hex B7 C6 CF C 4 0 13 CA 14 4C
Octal 267 306 317 14 4 0 23 312 24 114
Binary 10110111 11000110 11001111 1100 100 0 10011 11001010 10100 1001100

Color Harmonies of #B7C6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C6CF

Black with #B7C6CF

Text Example


Text Example

White with #B7C6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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