Html Css Color HEX #B0CCBA Nebula

📋 copy color: '#B0CCBA'

red 176 ◦ green 204 ◦ blue 186

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

Shades of Nebula #B0CCBA

Tints of Nebula #B0CCBA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.04%

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

R = 31.1%
G = 36.04%
B = 32.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#B0CCBA (or 0xB0CCBA) is known color: Nebula. HEX triplet: B0, CC and BA. RGB value is (176,204,186). Sum of RGB (Red+Green+Blue) = 176+204+186=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CCBA is #4F3345. Grayscale: #C1C1C1. Windows color (decimal): -5190470 or 12242096. OLE color: 12242096.

HSL color Cylindrical-coordinate representation of color #B0CCBA: hue angle of 141.43º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0CCBA is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 204 186 -
CMYK 0.14 0 0.09 0.2
HSL 141.43º 0.22% 0.75% -
HSV(B) 141.43º 0.14% 0.8% -
XYZ 48.36 55.96 54.71 -
YUV 193.58 123.72 115.46 -
System Red Green Blue C M Y K H S L
Decimal 176 204 186 0.14 0 0.09 0.2 141.43 0.22 0.75
Hex B0 CC BA E 0 9 14 8D 16 4B
Octal 260 314 272 16 0 11 24 215 26 113
Binary 10110000 11001100 10111010 1110 0 1001 10100 10001101 10110 1001011

Color Harmonies of #B0CCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CCBA

Black with #B0CCBA

Text Example


Text Example

White with #B0CCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CCBA; }

 p { color: rgb(176,204,186); }

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

background-color css

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

 a { background-color: rgb(176,204,186); }

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

border-color css

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

 span { border-color: rgb(176,204,186); }

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