#B2CABC

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

Shades of Nebula #B2CABC

Tints of Nebula #B2CABC

Color information

#B2CABC (or 0xB2CABC) is unknown color: approx Nebula. HEX triplet: B2, CA and BC. RGB value is (178,202,188). Sum of RGB (Red+Green+Blue) = 178+202+188=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CABC is #4D3543. Grayscale: #C1C1C1. Windows color (decimal): -5059908 or 12372658. OLE color: 12372658.

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

Color convert

RGB178202188-
CMYK0.1200.070.21
HSL145º18.46%74.51%-
HSV(B)145º11.88%79.22%-
XYZ48.5655.3455.7-
YUV193.23125.05117.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.34%
GREEN value IS 202 (79.30% from 255) = 35.56%
BLUE value IS 188 (73.83% from 255) = 33.10%
R=31.34%
G=35.56%
B=33.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1782021880.1200.070.2114518.4674.51
HexB2CABCC071591124b
Octal26231227414072522122113
Binary101100101100101010111100110001111010110010001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CABC; }

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

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

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

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

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

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

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

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