Html Css Color HEX #B0BCCE Spindle

📋 copy color: '#B0BCCE'

red 176 ◦ green 188 ◦ blue 206

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

Shades of Spindle #B0BCCE

Tints of Spindle #B0BCCE

RGB

 RED value IS 176 (69.14% from 255) = 30.88%

 GREEN value IS 188 (73.83% from 255) = 32.98%

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

R = 30.88%
G = 32.98%
B = 36.14%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B0BCCE (or 0xB0BCCE) is known color: Spindle. HEX triplet: B0, BC and CE. RGB value is (176,188,206). Sum of RGB (Red+Green+Blue) = 176+188+206=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #B0BCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BCCE is #4F4331. Grayscale: #BABABA. Windows color (decimal): -5194546 or 13548720. OLE color: 13548720.

HSL color Cylindrical-coordinate representation of color #B0BCCE: hue angle of 216º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0BCCE is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 188 206 -
CMYK 0.15 0.09 0 0.19
HSL 216º 0.23% 0.75% -
HSV(B) 216º 0.15% 0.81% -
XYZ 47.03 49.65 65.5 -
YUV 186.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 176 188 206 0.15 0.09 0 0.19 216 0.23 0.75
Hex B0 BC CE F 9 0 13 D8 17 4B
Octal 260 274 316 17 11 0 23 330 27 113
Binary 10110000 10111100 11001110 1111 1001 0 10011 11011000 10111 1001011

Color Harmonies of #B0BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BCCE

Black with #B0BCCE

Text Example


Text Example

White with #B0BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BCCE; }

 p { color: rgb(176,188,206); }

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

background-color css

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

 a { background-color: rgb(176,188,206); }

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

border-color css

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

 span { border-color: rgb(176,188,206); }

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