Html Css Color HEX #B0CABB Nebula

📋 copy color: '#B0CABB'

red 176 ◦ green 202 ◦ blue 187

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

Shades of Nebula #B0CABB

Tints of Nebula #B0CABB

RGB

 RED value IS 176 (69.14% from 255) = 31.15%

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

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

R = 31.15%
G = 35.75%
B = 33.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#B0CABB (or 0xB0CABB) is known color: Nebula. HEX triplet: B0, CA and BB. RGB value is (176,202,187). Sum of RGB (Red+Green+Blue) = 176+202+187=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CABB is #4F3544. Grayscale: #C0C0C0. Windows color (decimal): -5190981 or 12307120. OLE color: 12307120.

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

Color convert

RGB 176 202 187 -
CMYK 0.13 0 0.07 0.21
HSL 145.38º 0.2% 0.74% -
HSV(B) 145.38º 0.13% 0.79% -
XYZ 47.99 55.06 55.11 -
YUV 192.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 176 202 187 0.13 0 0.07 0.21 145.38 0.2 0.74
Hex B0 CA BB D 0 7 15 91 14 4A
Octal 260 312 273 15 0 7 25 221 24 112
Binary 10110000 11001010 10111011 1101 0 111 10101 10010001 10100 1001010

Color Harmonies of #B0CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CABB

Black with #B0CABB

Text Example


Text Example

White with #B0CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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