Html Css Color HEX #B1CCBE Nebula

📋 copy color: '#B1CCBE'

red 177 ◦ green 204 ◦ blue 190

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

Shades of Nebula #B1CCBE

Tints of Nebula #B1CCBE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.73%

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

R = 31%
G = 35.73%
B = 33.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#B1CCBE (or 0xB1CCBE) is known color: Nebula. HEX triplet: B1, CC and BE. RGB value is (177,204,190). Sum of RGB (Red+Green+Blue) = 177+204+190=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CCBE is #4E3341. Grayscale: #C2C2C2. Windows color (decimal): -5124930 or 12504241. OLE color: 12504241.

HSL color Cylindrical-coordinate representation of color #B1CCBE: hue angle of 148.89º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1CCBE is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 204 190 -
CMYK 0.13 0 0.07 0.2
HSL 148.89º 0.21% 0.75% -
HSV(B) 148.89º 0.13% 0.8% -
XYZ 49.02 56.25 56.99 -
YUV 194.33 125.55 115.64 -
System Red Green Blue C M Y K H S L
Decimal 177 204 190 0.13 0 0.07 0.2 148.89 0.21 0.75
Hex B1 CC BE D 0 7 14 95 15 4B
Octal 261 314 276 15 0 7 24 225 25 113
Binary 10110001 11001100 10111110 1101 0 111 10100 10010101 10101 1001011

Color Harmonies of #B1CCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CCBE

Black with #B1CCBE

Text Example


Text Example

White with #B1CCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CCBE; }

 p { color: rgb(177,204,190); }

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

background-color css

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

 a { background-color: rgb(177,204,190); }

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

border-color css

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

 span { border-color: rgb(177,204,190); }

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