Html Css Color HEX #B2DAC4 Nebula

📋 copy color: '#B2DAC4'

red 178 ◦ green 218 ◦ blue 196

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

Shades of Nebula #B2DAC4

Tints of Nebula #B2DAC4

RGB

 RED value IS 178 (69.92% from 255) = 30.07%

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

 BLUE value IS 196 (76.95% from 255) = 33.11%

R = 30.07%
G = 36.82%
B = 33.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#B2DAC4 (or 0xB2DAC4) is known color: Nebula. HEX triplet: B2, DA and C4. RGB value is (178,218,196). Sum of RGB (Red+Green+Blue) = 178+218+196=592 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.07% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 196 (76.95% from 255 or 33.11% from 592); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DAC4 is #4D253B. Grayscale: #CBCBCB. Windows color (decimal): -5055804 or 12901042. OLE color: 12901042.

HSL color Cylindrical-coordinate representation of color #B2DAC4: hue angle of 147º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2DAC4 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 218 196 -
CMYK 0.18 0 0.10 0.15
HSL 147º 0.35% 0.78% -
HSV(B) 147º 0.18% 0.85% -
XYZ 53.4 63.59 61.69 -
YUV 203.53 123.75 109.79 -
System Red Green Blue C M Y K H S L
Decimal 178 218 196 0.18 0 0.10 0.15 147 0.35 0.78
Hex B2 DA C4 12 0 A F 93 23 4E
Octal 262 332 304 22 0 12 17 223 43 116
Binary 10110010 11011010 11000100 10010 0 1010 1111 10010011 100011 1001110

Color Harmonies of #B2DAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DAC4

Black with #B2DAC4

Text Example


Text Example

White with #B2DAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DAC4; }

 p { color: rgb(178,218,196); }

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

background-color css

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

 a { background-color: rgb(178,218,196); }

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

border-color css

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

 span { border-color: rgb(178,218,196); }

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