Html Css Color HEX #BABEBB Nebula

📋 copy color: '#BABEBB'

red 186 ◦ green 190 ◦ blue 187

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

Shades of Nebula #BABEBB

Tints of Nebula #BABEBB

RGB

 RED value IS 186 (73.05% from 255) = 33.04%

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

 BLUE value IS 187 (73.44% from 255) = 33.21%

R = 33.04%
G = 33.75%
B = 33.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BABEBB (or 0xBABEBB) is known color: Nebula. HEX triplet: BA, BE and BB. RGB value is (186,190,187). Sum of RGB (Red+Green+Blue) = 186+190+187=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 190 - color contains mainly: green. Hex color #BABEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABEBB is #454144. Grayscale: #BCBCBC. Windows color (decimal): -4538693 or 12304058. OLE color: 12304058.

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

Color convert

RGB 186 190 187 -
CMYK 0.02 0 0.02 0.25
HSL 135º 0.03% 0.74% -
HSV(B) 135º 0.02% 0.75% -
XYZ 47.63 50.85 54.32 -
YUV 188.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 186 190 187 0.02 0 0.02 0.25 135 0.03 0.74
Hex BA BE BB 2 0 2 19 87 3 4A
Octal 272 276 273 2 0 2 31 207 3 112
Binary 10111010 10111110 10111011 10 0 10 11001 10000111 11 1001010

Color Harmonies of #BABEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABEBB

Black with #BABEBB

Text Example


Text Example

White with #BABEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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