Html Css Color HEX #B5C0CE Spindle

📋 copy color: '#B5C0CE'

red 181 ◦ green 192 ◦ blue 206

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

Shades of Spindle #B5C0CE

Tints of Spindle #B5C0CE

RGB

 RED value IS 181 (71.09% from 255) = 31.26%

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

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

R = 31.26%
G = 33.16%
B = 35.58%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B5C0CE (or 0xB5C0CE) is known color: Spindle. HEX triplet: B5, C0 and CE. RGB value is (181,192,206). Sum of RGB (Red+Green+Blue) = 181+192+206=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 206 - color contains mainly: blue. Hex color #B5C0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C0CE is #4A3F31. Grayscale: #BEBEBE. Windows color (decimal): -4865842 or 13549749. OLE color: 13549749.

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

Color convert

RGB 181 192 206 -
CMYK 0.12 0.07 0 0.19
HSL 213.6º 0.2% 0.76% -
HSV(B) 213.6º 0.12% 0.81% -
XYZ 49.05 51.98 65.84 -
YUV 190.31 136.86 121.36 -
System Red Green Blue C M Y K H S L
Decimal 181 192 206 0.12 0.07 0 0.19 213.6 0.2 0.76
Hex B5 C0 CE C 7 0 13 D6 14 4C
Octal 265 300 316 14 7 0 23 326 24 114
Binary 10110101 11000000 11001110 1100 111 0 10011 11010110 10100 1001100

Color Harmonies of #B5C0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C0CE

Black with #B5C0CE

Text Example


Text Example

White with #B5C0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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