Html Css Color HEX #B0CDBA Nebula

📋 copy color: '#B0CDBA'

red 176 ◦ green 205 ◦ blue 186

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

Shades of Nebula #B0CDBA

Tints of Nebula #B0CDBA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.16%

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

R = 31.04%
G = 36.16%
B = 32.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#B0CDBA (or 0xB0CDBA) is known color: Nebula. HEX triplet: B0, CD and BA. RGB value is (176,205,186). Sum of RGB (Red+Green+Blue) = 176+205+186=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CDBA is #4F3245. Grayscale: #C2C2C2. Windows color (decimal): -5190214 or 12242352. OLE color: 12242352.

HSL color Cylindrical-coordinate representation of color #B0CDBA: hue angle of 140.69º 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 #B0CDBA is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 205 186 -
CMYK 0.14 0 0.09 0.20
HSL 140.69º 0.22% 0.75% -
HSV(B) 140.69º 0.14% 0.8% -
XYZ 48.6 56.44 54.79 -
YUV 194.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 176 205 186 0.14 0 0.09 0.20 140.69 0.22 0.75
Hex B0 CD BA E 0 9 14 8D 16 4B
Octal 260 315 272 16 0 11 24 215 26 113
Binary 10110000 11001101 10111010 1110 0 1001 10100 10001101 10110 1001011

Color Harmonies of #B0CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CDBA

Black with #B0CDBA

Text Example


Text Example

White with #B0CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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