Html Css Color HEX #B7C0CE Spindle

📋 copy color: '#B7C0CE'

red 183 ◦ green 192 ◦ blue 206

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

Shades of Spindle #B7C0CE

Tints of Spindle #B7C0CE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.05%

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

R = 31.5%
G = 33.05%
B = 35.46%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B7C0CE (or 0xB7C0CE) is known color: Spindle. HEX triplet: B7, C0 and CE. RGB value is (183,192,206). Sum of RGB (Red+Green+Blue) = 183+192+206=581 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.50% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7C0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C0CE is #483F31. Grayscale: #BEBEBE. Windows color (decimal): -4734770 or 13549751. OLE color: 13549751.

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

Color convert

RGB 183 192 206 -
CMYK 0.11 0.07 0 0.19
HSL 216.52º 0.19% 0.76% -
HSV(B) 216.52º 0.11% 0.81% -
XYZ 49.52 52.22 65.86 -
YUV 190.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 183 192 206 0.11 0.07 0 0.19 216.52 0.19 0.76
Hex B7 C0 CE B 7 0 13 D9 13 4C
Octal 267 300 316 13 7 0 23 331 23 114
Binary 10110111 11000000 11001110 1011 111 0 10011 11011001 10011 1001100

Color Harmonies of #B7C0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C0CE

Black with #B7C0CE

Text Example


Text Example

White with #B7C0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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