Html Css Color HEX #B0BCCC Spindle

📋 copy color: '#B0BCCC'

red 176 ◦ green 188 ◦ blue 204

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

Shades of Spindle #B0BCCC

Tints of Spindle #B0BCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.92%

R = 30.99%
G = 33.1%
B = 35.92%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B0BCCC (or 0xB0BCCC) is known color: Spindle. HEX triplet: B0, BC and CC. RGB value is (176,188,204). Sum of RGB (Red+Green+Blue) = 176+188+204=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 204 - color contains mainly: blue. Hex color #B0BCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BCCC is #4F4333. Grayscale: #BABABA. Windows color (decimal): -5194548 or 13417648. OLE color: 13417648.

HSL color Cylindrical-coordinate representation of color #B0BCCC: hue angle of 214.29º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0BCCC is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 188 204 -
CMYK 0.14 0.08 0 0.2
HSL 214.29º 0.22% 0.75% -
HSV(B) 214.29º 0.14% 0.8% -
XYZ 46.79 49.56 64.23 -
YUV 186.24 138.02 120.7 -
System Red Green Blue C M Y K H S L
Decimal 176 188 204 0.14 0.08 0 0.2 214.29 0.22 0.75
Hex B0 BC CC E 8 0 14 D6 16 4B
Octal 260 274 314 16 10 0 24 326 26 113
Binary 10110000 10111100 11001100 1110 1000 0 10100 11010110 10110 1001011

Color Harmonies of #B0BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BCCC

Black with #B0BCCC

Text Example


Text Example

White with #B0BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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