Html Css Color HEX #BBCAC1 Nebula

📋 copy color: '#BBCAC1'

red 187 ◦ green 202 ◦ blue 193

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

Shades of Nebula #BBCAC1

Tints of Nebula #BBCAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.16%

R = 32.13%
G = 34.71%
B = 33.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#BBCAC1 (or 0xBBCAC1) is known color: Nebula. HEX triplet: BB, CA and C1. RGB value is (187,202,193). Sum of RGB (Red+Green+Blue) = 187+202+193=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAC1 is #44353E. Grayscale: #C4C4C4. Windows color (decimal): -4470079 or 12700347. OLE color: 12700347.

HSL color Cylindrical-coordinate representation of color #BBCAC1: hue angle of 144º 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 #BBCAC1 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 202 193 -
CMYK 0.07 0 0.04 0.21
HSL 144º 0.12% 0.76% -
HSV(B) 144º 0.07% 0.79% -
XYZ 51.24 56.66 58.69 -
YUV 196.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 187 202 193 0.07 0 0.04 0.21 144 0.12 0.76
Hex BB CA C1 7 0 4 15 90 C 4C
Octal 273 312 301 7 0 4 25 220 14 114
Binary 10111011 11001010 11000001 111 0 100 10101 10010000 1100 1001100

Color Harmonies of #BBCAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCAC1

Black with #BBCAC1

Text Example


Text Example

White with #BBCAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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