Html Css Color HEX #B0CEBA Nebula

📋 copy color: '#B0CEBA'

red 176 ◦ green 206 ◦ blue 186

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

Shades of Nebula #B0CEBA

Tints of Nebula #B0CEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.75%

R = 30.99%
G = 36.27%
B = 32.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#B0CEBA (or 0xB0CEBA) is known color: Nebula. HEX triplet: B0, CE and BA. RGB value is (176,206,186). Sum of RGB (Red+Green+Blue) = 176+206+186=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CEBA is #4F3145. Grayscale: #C2C2C2. Windows color (decimal): -5189958 or 12242608. OLE color: 12242608.

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

Color convert

RGB 176 206 186 -
CMYK 0.15 0 0.10 0.19
HSL 140º 0.23% 0.75% -
HSV(B) 140º 0.15% 0.81% -
XYZ 48.84 56.92 54.87 -
YUV 194.75 123.06 114.63 -
System Red Green Blue C M Y K H S L
Decimal 176 206 186 0.15 0 0.10 0.19 140 0.23 0.75
Hex B0 CE BA F 0 A 13 8C 17 4B
Octal 260 316 272 17 0 12 23 214 27 113
Binary 10110000 11001110 10111010 1111 0 1010 10011 10001100 10111 1001011

Color Harmonies of #B0CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CEBA

Black with #B0CEBA

Text Example


Text Example

White with #B0CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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