Html Css Color HEX #B1CABA Nebula

📋 copy color: '#B1CABA'

red 177 ◦ green 202 ◦ blue 186

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

Shades of Nebula #B1CABA

Tints of Nebula #B1CABA

RGB

 RED value IS 177 (69.53% from 255) = 31.33%

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

 BLUE value IS 186 (73.05% from 255) = 32.92%

R = 31.33%
G = 35.75%
B = 32.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#B1CABA (or 0xB1CABA) is known color: Nebula. HEX triplet: B1, CA and BA. RGB value is (177,202,186). Sum of RGB (Red+Green+Blue) = 177+202+186=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CABA is #4E3545. Grayscale: #C0C0C0. Windows color (decimal): -5125446 or 12241585. OLE color: 12241585.

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

Color convert

RGB 177 202 186 -
CMYK 0.12 0 0.08 0.21
HSL 141.6º 0.19% 0.74% -
HSV(B) 141.6º 0.12% 0.79% -
XYZ 48.11 55.13 54.56 -
YUV 192.7 124.22 116.8 -
System Red Green Blue C M Y K H S L
Decimal 177 202 186 0.12 0 0.08 0.21 141.6 0.19 0.74
Hex B1 CA BA C 0 8 15 8E 13 4A
Octal 261 312 272 14 0 10 25 216 23 112
Binary 10110001 11001010 10111010 1100 0 1000 10101 10001110 10011 1001010

Color Harmonies of #B1CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CABA

Black with #B1CABA

Text Example


Text Example

White with #B1CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CABA; }

 p { color: rgb(177,202,186); }

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

background-color css

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

 a { background-color: rgb(177,202,186); }

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

border-color css

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

 span { border-color: rgb(177,202,186); }

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