#B4CFC2

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

Shades of Nebula #B4CFC2

Tints of Nebula #B4CFC2

Color information

#B4CFC2 (or 0xB4CFC2) is unknown color: approx Nebula. HEX triplet: B4, CF and C2. RGB value is (180,207,194). Sum of RGB (Red+Green+Blue) = 180+207+194=581 (76% of max value = 765). Red value is 180 (70.70% from 255 or 30.98% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CFC2 is #4B303D. Grayscale: #C5C5C5. Windows color (decimal): -4927550 or 12767156. OLE color: 12767156.

HSL color Cylindrical-coordinate representation of color #B4CFC2: hue angle of 151.11º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4CFC2 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB180207194-
CMYK0.1300.060.19
HSL151.11º21.95%75.88%-
HSV(B)151.11º13.04%81.18%-
XYZ50.8758.2259.6-
YUV197.44126.05115.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.98%
GREEN value IS 207 (81.25% from 255) = 35.63%
BLUE value IS 194 (76.17% from 255) = 33.39%
R=30.98%
G=35.63%
B=33.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1802071940.1300.060.19151.1121.9575.88
HexB4CFC2D061397164c
Octal26431730215062322726114
Binary101101001100111111000010110101101001110010111101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CFC2; }

 p { color: rgb(180,207,194); }

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

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

 a { background-color: rgb(180,207,194); }

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

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

 span { border-color: rgb(180,207,194); }

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