Html Css Color HEX #B2CEBF Nebula

📋 copy color: '#B2CEBF'

red 178 ◦ green 206 ◦ blue 191

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

Shades of Nebula #B2CEBF

Tints of Nebula #B2CEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.22%

R = 30.96%
G = 35.83%
B = 33.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#B2CEBF (or 0xB2CEBF) is known color: Nebula. HEX triplet: B2, CE and BF. RGB value is (178,206,191). Sum of RGB (Red+Green+Blue) = 178+206+191=575 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.96% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CEBF is #4D3140. Grayscale: #C3C3C3. Windows color (decimal): -5058881 or 12570290. OLE color: 12570290.

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

Color convert

RGB 178 206 191 -
CMYK 0.14 0 0.07 0.19
HSL 147.86º 0.22% 0.75% -
HSV(B) 147.86º 0.14% 0.81% -
XYZ 49.84 57.37 57.74 -
YUV 195.92 125.22 115.22 -
System Red Green Blue C M Y K H S L
Decimal 178 206 191 0.14 0 0.07 0.19 147.86 0.22 0.75
Hex B2 CE BF E 0 7 13 94 16 4B
Octal 262 316 277 16 0 7 23 224 26 113
Binary 10110010 11001110 10111111 1110 0 111 10011 10010100 10110 1001011

Color Harmonies of #B2CEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CEBF

Black with #B2CEBF

Text Example


Text Example

White with #B2CEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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