Html Css Color HEX #B1CEBC Nebula

📋 copy color: '#B1CEBC'

red 177 ◦ green 206 ◦ blue 188

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

Shades of Nebula #B1CEBC

Tints of Nebula #B1CEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.92%

R = 31%
G = 36.08%
B = 32.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#B1CEBC (or 0xB1CEBC) is known color: Nebula. HEX triplet: B1, CE and BC. RGB value is (177,206,188). Sum of RGB (Red+Green+Blue) = 177+206+188=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CEBC is #4E3143. Grayscale: #C3C3C3. Windows color (decimal): -5124420 or 12373681. OLE color: 12373681.

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

Color convert

RGB 177 206 188 -
CMYK 0.14 0 0.09 0.19
HSL 142.76º 0.23% 0.75% -
HSV(B) 142.76º 0.14% 0.81% -
XYZ 49.28 57.12 56.01 -
YUV 195.28 123.89 114.96 -
System Red Green Blue C M Y K H S L
Decimal 177 206 188 0.14 0 0.09 0.19 142.76 0.23 0.75
Hex B1 CE BC E 0 9 13 8F 17 4B
Octal 261 316 274 16 0 11 23 217 27 113
Binary 10110001 11001110 10111100 1110 0 1001 10011 10001111 10111 1001011

Color Harmonies of #B1CEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CEBC

Black with #B1CEBC

Text Example


Text Example

White with #B1CEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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