Html Css Color HEX #B2CEBD Nebula

📋 copy color: '#B2CEBD'

red 178 ◦ green 206 ◦ blue 189

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

Shades of Nebula #B2CEBD

Tints of Nebula #B2CEBD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.95%

 BLUE value IS 189 (74.22% from 255) = 32.98%

R = 31.06%
G = 35.95%
B = 32.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#B2CEBD (or 0xB2CEBD) is known color: Nebula. HEX triplet: B2, CE and BD. RGB value is (178,206,189). Sum of RGB (Red+Green+Blue) = 178+206+189=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CEBD is #4D3142. Grayscale: #C3C3C3. Windows color (decimal): -5058883 or 12439218. OLE color: 12439218.

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

Color convert

RGB 178 206 189 -
CMYK 0.14 0 0.08 0.19
HSL 143.57º 0.22% 0.75% -
HSV(B) 143.57º 0.14% 0.81% -
XYZ 49.62 57.28 56.59 -
YUV 195.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 178 206 189 0.14 0 0.08 0.19 143.57 0.22 0.75
Hex B2 CE BD E 0 8 13 90 16 4B
Octal 262 316 275 16 0 10 23 220 26 113
Binary 10110010 11001110 10111101 1110 0 1000 10011 10010000 10110 1001011

Color Harmonies of #B2CEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CEBD

Black with #B2CEBD

Text Example


Text Example

White with #B2CEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CEBD; }

 p { color: rgb(178,206,189); }

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

background-color css

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

 a { background-color: rgb(178,206,189); }

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

border-color css

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

 span { border-color: rgb(178,206,189); }

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