Html Css Color HEX #B0BCCF Spindle

📋 copy color: '#B0BCCF'

red 176 ◦ green 188 ◦ blue 207

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

Shades of Spindle #B0BCCF

Tints of Spindle #B0BCCF

RGB

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

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

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

R = 30.82%
G = 32.92%
B = 36.25%

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

#B0BCCF (or 0xB0BCCF) is known color: Spindle. HEX triplet: B0, BC and CF. RGB value is (176,188,207). Sum of RGB (Red+Green+Blue) = 176+188+207=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: blue. Hex color #B0BCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BCCF is #4F4330. Grayscale: #BABABA. Windows color (decimal): -5194545 or 13614256. OLE color: 13614256.

HSL color Cylindrical-coordinate representation of color #B0BCCF: hue angle of 216.77º degrees, saturation: 0.24, 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 #B0BCCF is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 188 207 -
CMYK 0.15 0.09 0 0.19
HSL 216.77º 0.24% 0.75% -
HSV(B) 216.77º 0.15% 0.81% -
XYZ 47.15 49.7 66.14 -
YUV 186.58 139.52 120.46 -
System Red Green Blue C M Y K H S L
Decimal 176 188 207 0.15 0.09 0 0.19 216.77 0.24 0.75
Hex B0 BC CF F 9 0 13 D9 18 4B
Octal 260 274 317 17 11 0 23 331 30 113
Binary 10110000 10111100 11001111 1111 1001 0 10011 11011001 11000 1001011

Color Harmonies of #B0BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BCCF

Black with #B0BCCF

Text Example


Text Example

White with #B0BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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