Html Css Color HEX #B7C1CE Spindle

📋 copy color: '#B7C1CE'

red 183 ◦ green 193 ◦ blue 206

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

Shades of Spindle #B7C1CE

Tints of Spindle #B7C1CE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.16%

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

R = 31.44%
G = 33.16%
B = 35.4%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B7C1CE (or 0xB7C1CE) is known color: Spindle. HEX triplet: B7, C1 and CE. RGB value is (183,193,206). Sum of RGB (Red+Green+Blue) = 183+193+206=582 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.44% from 582); Green value is 193 (75.78% from 255 or 33.16% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7C1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C1CE is #483E31. Grayscale: #BFBFBF. Windows color (decimal): -4734514 or 13550007. OLE color: 13550007.

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

Color convert

RGB 183 193 206 -
CMYK 0.11 0.06 0 0.19
HSL 213.91º 0.19% 0.76% -
HSV(B) 213.91º 0.11% 0.81% -
XYZ 49.74 52.66 65.94 -
YUV 191.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 183 193 206 0.11 0.06 0 0.19 213.91 0.19 0.76
Hex B7 C1 CE B 6 0 13 D6 13 4C
Octal 267 301 316 13 6 0 23 326 23 114
Binary 10110111 11000001 11001110 1011 110 0 10011 11010110 10011 1001100

Color Harmonies of #B7C1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C1CE

Black with #B7C1CE

Text Example


Text Example

White with #B7C1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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