#B0CABC

Color #B0CABC Nebula (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nebula #B0CABC

Tints of Nebula #B0CABC

Color information

#B0CABC (or 0xB0CABC) is unknown color: approx Nebula. HEX triplet: B0, CA and BC. RGB value is (176,202,188). Sum of RGB (Red+Green+Blue) = 176+202+188=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CABC is #4F3543. Grayscale: #C0C0C0. Windows color (decimal): -5190980 or 12372656. OLE color: 12372656.

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

Color convert

RGB176202188-
CMYK0.1300.070.21
HSL147.69º19.7%74.12%-
HSV(B)147.69º12.87%79.22%-
XYZ48.155.155.68-
YUV192.63125.39116.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.10%
GREEN value IS 202 (79.30% from 255) = 35.69%
BLUE value IS 188 (73.83% from 255) = 33.22%
R=31.10%
G=35.69%
B=33.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1762021880.1300.070.21147.6919.774.12
HexB0CABCD071594144a
Octal26031227415072522424112
Binary101100001100101010111100110101111010110010100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CABC; }

 p { color: rgb(176,202,188); }

 H1.HeaderClassName
 {
   color: #B0CABC;
 }
 .AnyTagClassName
 {
   color: #B0CABC;
 }
</style>
background-color css

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

 a { background-color: rgb(176,202,188); }

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

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

 span { border-color: rgb(176,202,188); }

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