Html Css Color HEX #BBCAC0 Nebula

📋 copy color: '#BBCAC0'

red 187 ◦ green 202 ◦ blue 192

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

Shades of Nebula #BBCAC0

Tints of Nebula #BBCAC0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.77%

 BLUE value IS 192 (75.39% from 255) = 33.05%

R = 32.19%
G = 34.77%
B = 33.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#BBCAC0 (or 0xBBCAC0) is known color: Nebula. HEX triplet: BB, CA and C0. RGB value is (187,202,192). Sum of RGB (Red+Green+Blue) = 187+202+192=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAC0 is #44353F. Grayscale: #C4C4C4. Windows color (decimal): -4470080 or 12634811. OLE color: 12634811.

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

Color convert

RGB 187 202 192 -
CMYK 0.07 0 0.05 0.21
HSL 140º 0.12% 0.76% -
HSV(B) 140º 0.07% 0.79% -
XYZ 51.13 56.61 58.1 -
YUV 196.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 187 202 192 0.07 0 0.05 0.21 140 0.12 0.76
Hex BB CA C0 7 0 5 15 8C C 4C
Octal 273 312 300 7 0 5 25 214 14 114
Binary 10111011 11001010 11000000 111 0 101 10101 10001100 1100 1001100

Color Harmonies of #BBCAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCAC0

Black with #BBCAC0

Text Example


Text Example

White with #BBCAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCAC0; }

 p { color: rgb(187,202,192); }

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

background-color css

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

 a { background-color: rgb(187,202,192); }

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

border-color css

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

 span { border-color: rgb(187,202,192); }

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