Html Css Color HEX #B0DAC3 Nebula

📋 copy color: '#B0DAC3'

red 176 ◦ green 218 ◦ blue 195

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

Shades of Nebula #B0DAC3

Tints of Nebula #B0DAC3

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.01%

 BLUE value IS 195 (76.56% from 255) = 33.11%

R = 29.88%
G = 37.01%
B = 33.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#B0DAC3 (or 0xB0DAC3) is known color: Nebula. HEX triplet: B0, DA and C3. RGB value is (176,218,195). Sum of RGB (Red+Green+Blue) = 176+218+195=589 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.88% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DAC3 is #4F253C. Grayscale: #CACACA. Windows color (decimal): -5186877 or 12835504. OLE color: 12835504.

HSL color Cylindrical-coordinate representation of color #B0DAC3: hue angle of 147.14º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0DAC3 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 218 195 -
CMYK 0.19 0 0.11 0.15
HSL 147.14º 0.36% 0.77% -
HSV(B) 147.14º 0.19% 0.85% -
XYZ 52.83 63.31 61.07 -
YUV 202.82 123.59 108.87 -
System Red Green Blue C M Y K H S L
Decimal 176 218 195 0.19 0 0.11 0.15 147.14 0.36 0.77
Hex B0 DA C3 13 0 B F 93 24 4D
Octal 260 332 303 23 0 13 17 223 44 115
Binary 10110000 11011010 11000011 10011 0 1011 1111 10010011 100100 1001101

Color Harmonies of #B0DAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DAC3

Black with #B0DAC3

Text Example


Text Example

White with #B0DAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DAC3; }

 p { color: rgb(176,218,195); }

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

background-color css

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

 a { background-color: rgb(176,218,195); }

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

border-color css

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

 span { border-color: rgb(176,218,195); }

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