Html Css Color HEX #B7C4CE Spindle

📋 copy color: '#B7C4CE'

red 183 ◦ green 196 ◦ blue 206

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

Shades of Spindle #B7C4CE

Tints of Spindle #B7C4CE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.5%

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

R = 31.28%
G = 33.5%
B = 35.21%

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

#B7C4CE (or 0xB7C4CE) is known color: Spindle. HEX triplet: B7, C4 and CE. RGB value is (183,196,206). Sum of RGB (Red+Green+Blue) = 183+196+206=585 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.28% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7C4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C4CE is #483B31. Grayscale: #C1C1C1. Windows color (decimal): -4733746 or 13550775. OLE color: 13550775.

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

Color convert

RGB 183 196 206 -
CMYK 0.11 0.05 0 0.19
HSL 206.09º 0.19% 0.76% -
HSV(B) 206.09º 0.11% 0.81% -
XYZ 50.41 54 66.16 -
YUV 193.25 135.19 120.69 -
System Red Green Blue C M Y K H S L
Decimal 183 196 206 0.11 0.05 0 0.19 206.09 0.19 0.76
Hex B7 C4 CE B 5 0 13 CE 13 4C
Octal 267 304 316 13 5 0 23 316 23 114
Binary 10110111 11000100 11001110 1011 101 0 10011 11001110 10011 1001100

Color Harmonies of #B7C4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C4CE

Black with #B7C4CE

Text Example


Text Example

White with #B7C4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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