Html Css Color HEX #BBC1BD Nebula

📋 copy color: '#BBC1BD'

red 187 ◦ green 193 ◦ blue 189

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

Shades of Nebula #BBC1BD

Tints of Nebula #BBC1BD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.92%

 BLUE value IS 189 (74.22% from 255) = 33.22%

R = 32.86%
G = 33.92%
B = 33.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#BBC1BD (or 0xBBC1BD) is known color: Nebula. HEX triplet: BB, C1 and BD. RGB value is (187,193,189). Sum of RGB (Red+Green+Blue) = 187+193+189=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1BD is #443E42. Grayscale: #BEBEBE. Windows color (decimal): -4472387 or 12435899. OLE color: 12435899.

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

Color convert

RGB 187 193 189 -
CMYK 0.03 0 0.02 0.24
HSL 140º 0.05% 0.75% -
HSV(B) 140º 0.03% 0.76% -
XYZ 48.75 52.38 55.68 -
YUV 190.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 187 193 189 0.03 0 0.02 0.24 140 0.05 0.75
Hex BB C1 BD 3 0 2 18 8C 5 4B
Octal 273 301 275 3 0 2 30 214 5 113
Binary 10111011 11000001 10111101 11 0 10 11000 10001100 101 1001011

Color Harmonies of #BBC1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC1BD

Black with #BBC1BD

Text Example


Text Example

White with #BBC1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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