Html Css Color HEX #B1CEBF Nebula

📋 copy color: '#B1CEBF'

red 177 ◦ green 206 ◦ blue 191

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

Shades of Nebula #B1CEBF

Tints of Nebula #B1CEBF

RGB

 RED value IS 177 (69.53% from 255) = 30.84%

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

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

R = 30.84%
G = 35.89%
B = 33.28%

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

#B1CEBF (or 0xB1CEBF) is known color: Nebula. HEX triplet: B1, CE and BF. RGB value is (177,206,191). Sum of RGB (Red+Green+Blue) = 177+206+191=574 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.84% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CEBF is #4E3140. Grayscale: #C3C3C3. Windows color (decimal): -5124417 or 12570289. OLE color: 12570289.

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

Color convert

RGB 177 206 191 -
CMYK 0.14 0 0.07 0.19
HSL 148.97º 0.23% 0.75% -
HSV(B) 148.97º 0.14% 0.81% -
XYZ 49.61 57.25 57.73 -
YUV 195.62 125.39 114.72 -
System Red Green Blue C M Y K H S L
Decimal 177 206 191 0.14 0 0.07 0.19 148.97 0.23 0.75
Hex B1 CE BF E 0 7 13 95 17 4B
Octal 261 316 277 16 0 7 23 225 27 113
Binary 10110001 11001110 10111111 1110 0 111 10011 10010101 10111 1001011

Color Harmonies of #B1CEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CEBF

Black with #B1CEBF

Text Example


Text Example

White with #B1CEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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