Html Css Color HEX #B0CEBE Nebula

📋 copy color: '#B0CEBE'

red 176 ◦ green 206 ◦ blue 190

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

Shades of Nebula #B0CEBE

Tints of Nebula #B0CEBE

RGB

 RED value IS 176 (69.14% from 255) = 30.77%

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

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

R = 30.77%
G = 36.01%
B = 33.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#B0CEBE (or 0xB0CEBE) is known color: Nebula. HEX triplet: B0, CE and BE. RGB value is (176,206,190). Sum of RGB (Red+Green+Blue) = 176+206+190=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CEBE is #4F3141. Grayscale: #C3C3C3. Windows color (decimal): -5189954 or 12504752. OLE color: 12504752.

HSL color Cylindrical-coordinate representation of color #B0CEBE: hue angle of 148º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0CEBE is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 206 190 -
CMYK 0.15 0 0.08 0.19
HSL 148º 0.23% 0.75% -
HSV(B) 148º 0.15% 0.81% -
XYZ 49.27 57.09 57.14 -
YUV 195.21 125.06 114.3 -
System Red Green Blue C M Y K H S L
Decimal 176 206 190 0.15 0 0.08 0.19 148 0.23 0.75
Hex B0 CE BE F 0 8 13 94 17 4B
Octal 260 316 276 17 0 10 23 224 27 113
Binary 10110000 11001110 10111110 1111 0 1000 10011 10010100 10111 1001011

Color Harmonies of #B0CEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CEBE

Black with #B0CEBE

Text Example


Text Example

White with #B0CEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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