Html Css Color HEX #B1CABB Nebula

📋 copy color: '#B1CABB'

red 177 ◦ green 202 ◦ blue 187

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

Shades of Nebula #B1CABB

Tints of Nebula #B1CABB

RGB

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

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

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

R = 31.27%
G = 35.69%
B = 33.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#B1CABB (or 0xB1CABB) is known color: Nebula. HEX triplet: B1, CA and BB. RGB value is (177,202,187). Sum of RGB (Red+Green+Blue) = 177+202+187=566 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.27% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CABB is #4E3544. Grayscale: #C0C0C0. Windows color (decimal): -5125445 or 12307121. OLE color: 12307121.

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

Color convert

RGB 177 202 187 -
CMYK 0.12 0 0.07 0.21
HSL 144º 0.19% 0.74% -
HSV(B) 144º 0.12% 0.79% -
XYZ 48.22 55.18 55.12 -
YUV 192.82 124.72 116.72 -
System Red Green Blue C M Y K H S L
Decimal 177 202 187 0.12 0 0.07 0.21 144 0.19 0.74
Hex B1 CA BB C 0 7 15 90 13 4A
Octal 261 312 273 14 0 7 25 220 23 112
Binary 10110001 11001010 10111011 1100 0 111 10101 10010000 10011 1001010

Color Harmonies of #B1CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CABB

Black with #B1CABB

Text Example


Text Example

White with #B1CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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