Html Css Color HEX #BBBDC2 Spindle

📋 copy color: '#BBBDC2'

red 187 ◦ green 189 ◦ blue 194

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

Shades of Spindle #BBBDC2

Tints of Spindle #BBBDC2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.16%

 BLUE value IS 194 (76.17% from 255) = 34.04%

R = 32.81%
G = 33.16%
B = 34.04%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BBBDC2 (or 0xBBBDC2) is known color: Spindle. HEX triplet: BB, BD and C2. RGB value is (187,189,194). Sum of RGB (Red+Green+Blue) = 187+189+194=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 194 - color contains mainly: blue. Hex color #BBBDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDC2 is #44423D. Grayscale: #BCBCBC. Windows color (decimal): -4473406 or 12762555. OLE color: 12762555.

HSL color Cylindrical-coordinate representation of color #BBBDC2: hue angle of 222.86º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BBBDC2 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 189 194 -
CMYK 0.04 0.03 0 0.24
HSL 222.86º 0.05% 0.75% -
HSV(B) 222.86º 0.04% 0.76% -
XYZ 48.43 50.86 58.3 -
YUV 188.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 187 189 194 0.04 0.03 0 0.24 222.86 0.05 0.75
Hex BB BD C2 4 3 0 18 DF 5 4B
Octal 273 275 302 4 3 0 30 337 5 113
Binary 10111011 10111101 11000010 100 11 0 11000 11011111 101 1001011

Color Harmonies of #BBBDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBDC2

Black with #BBBDC2

Text Example


Text Example

White with #BBBDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBDC2; }

 p { color: rgb(187,189,194); }

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

background-color css

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

 a { background-color: rgb(187,189,194); }

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

border-color css

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

 span { border-color: rgb(187,189,194); }

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