Html Css Color HEX #B7C3CE Spindle

📋 copy color: '#B7C3CE'

red 183 ◦ green 195 ◦ blue 206

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

Shades of Spindle #B7C3CE

Tints of Spindle #B7C3CE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.39%

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

R = 31.34%
G = 33.39%
B = 35.27%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B7C3CE (or 0xB7C3CE) is known color: Spindle. HEX triplet: B7, C3 and CE. RGB value is (183,195,206). Sum of RGB (Red+Green+Blue) = 183+195+206=584 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.34% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7C3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C3CE is #483C31. Grayscale: #C0C0C0. Windows color (decimal): -4734002 or 13550519. OLE color: 13550519.

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

Color convert

RGB 183 195 206 -
CMYK 0.11 0.05 0 0.19
HSL 208.7º 0.19% 0.76% -
HSV(B) 208.7º 0.11% 0.81% -
XYZ 50.18 53.55 66.08 -
YUV 192.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 183 195 206 0.11 0.05 0 0.19 208.7 0.19 0.76
Hex B7 C3 CE B 5 0 13 D1 13 4C
Octal 267 303 316 13 5 0 23 321 23 114
Binary 10110111 11000011 11001110 1011 101 0 10011 11010001 10011 1001100

Color Harmonies of #B7C3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C3CE

Black with #B7C3CE

Text Example


Text Example

White with #B7C3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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