Html Css Color HEX #B5C0CF Spindle

📋 copy color: '#B5C0CF'

red 181 ◦ green 192 ◦ blue 207

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

Shades of Spindle #B5C0CF

Tints of Spindle #B5C0CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.69%

R = 31.21%
G = 33.1%
B = 35.69%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B5C0CF (or 0xB5C0CF) is known color: Spindle. HEX triplet: B5, C0 and CF. RGB value is (181,192,207). Sum of RGB (Red+Green+Blue) = 181+192+207=580 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.21% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: blue. Hex color #B5C0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C0CF is #4A3F30. Grayscale: #BEBEBE. Windows color (decimal): -4865841 or 13615285. OLE color: 13615285.

HSL color Cylindrical-coordinate representation of color #B5C0CF: hue angle of 214.62º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5C0CF is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 192 207 -
CMYK 0.13 0.07 0 0.19
HSL 214.62º 0.21% 0.76% -
HSV(B) 214.62º 0.13% 0.81% -
XYZ 49.17 52.03 66.48 -
YUV 190.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 181 192 207 0.13 0.07 0 0.19 214.62 0.21 0.76
Hex B5 C0 CF D 7 0 13 D7 15 4C
Octal 265 300 317 15 7 0 23 327 25 114
Binary 10110101 11000000 11001111 1101 111 0 10011 11010111 10101 1001100

Color Harmonies of #B5C0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C0CF

Black with #B5C0CF

Text Example


Text Example

White with #B5C0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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