Html Css Color HEX #B2CEBE Nebula

📋 copy color: '#B2CEBE'

red 178 ◦ green 206 ◦ blue 190

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

Shades of Nebula #B2CEBE

Tints of Nebula #B2CEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.1%

R = 31.01%
G = 35.89%
B = 33.1%

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

#B2CEBE (or 0xB2CEBE) is known color: Nebula. HEX triplet: B2, CE and BE. RGB value is (178,206,190). Sum of RGB (Red+Green+Blue) = 178+206+190=574 (76% of max value = 765). Red value is 178 (69.92% from 255 or 31.01% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CEBE is #4D3141. Grayscale: #C3C3C3. Windows color (decimal): -5058882 or 12504754. OLE color: 12504754.

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

Color convert

RGB 178 206 190 -
CMYK 0.14 0 0.08 0.19
HSL 145.71º 0.22% 0.75% -
HSV(B) 145.71º 0.14% 0.81% -
XYZ 49.73 57.33 57.16 -
YUV 195.8 124.72 115.3 -
System Red Green Blue C M Y K H S L
Decimal 178 206 190 0.14 0 0.08 0.19 145.71 0.22 0.75
Hex B2 CE BE E 0 8 13 92 16 4B
Octal 262 316 276 16 0 10 23 222 26 113
Binary 10110010 11001110 10111110 1110 0 1000 10011 10010010 10110 1001011

Color Harmonies of #B2CEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CEBE

Black with #B2CEBE

Text Example


Text Example

White with #B2CEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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