Html Css Color HEX #BBBEC6 Spindle

📋 copy color: '#BBBEC6'

red 187 ◦ green 190 ◦ blue 198

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

Shades of Spindle #BBBEC6

Tints of Spindle #BBBEC6

RGB

 RED value IS 187 (73.44% from 255) = 32.52%

 GREEN value IS 190 (74.61% from 255) = 33.04%

 BLUE value IS 198 (77.73% from 255) = 34.43%

R = 32.52%
G = 33.04%
B = 34.43%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BBBEC6 (or 0xBBBEC6) is known color: Spindle. HEX triplet: BB, BE and C6. RGB value is (187,190,198). Sum of RGB (Red+Green+Blue) = 187+190+198=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBBEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBEC6 is #444139. Grayscale: #BDBDBD. Windows color (decimal): -4473146 or 13024955. OLE color: 13024955.

HSL color Cylindrical-coordinate representation of color #BBBEC6: hue angle of 223.64º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBBEC6 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 190 198 -
CMYK 0.06 0.04 0 0.22
HSL 223.64º 0.09% 0.75% -
HSV(B) 223.64º 0.06% 0.78% -
XYZ 49.1 51.47 60.77 -
YUV 190.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 187 190 198 0.06 0.04 0 0.22 223.64 0.09 0.75
Hex BB BE C6 6 4 0 16 E0 9 4B
Octal 273 276 306 6 4 0 26 340 11 113
Binary 10111011 10111110 11000110 110 100 0 10110 11100000 1001 1001011

Color Harmonies of #BBBEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBEC6

Black with #BBBEC6

Text Example


Text Example

White with #BBBEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBEC6; }

 p { color: rgb(187,190,198); }

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

background-color css

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

 a { background-color: rgb(187,190,198); }

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

border-color css

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

 span { border-color: rgb(187,190,198); }

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