#B4CBBF

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

Shades of Nebula #B4CBBF

Tints of Nebula #B4CBBF

Color information

#B4CBBF (or 0xB4CBBF) is unknown color: approx Nebula. HEX triplet: B4, CB and BF. RGB value is (180,203,191). Sum of RGB (Red+Green+Blue) = 180+203+191=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CBBF is #4B3440. Grayscale: #C2C2C2. Windows color (decimal): -4928577 or 12569524. OLE color: 12569524.

HSL color Cylindrical-coordinate representation of color #B4CBBF: hue angle of 148.7º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4CBBF is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB180203191-
CMYK0.1100.060.20
HSL148.7º18.11%75.1%-
HSV(B)148.7º11.33%79.61%-
XYZ49.5856.1857.52-
YUV194.76125.88117.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.36%
GREEN value IS 203 (79.69% from 255) = 35.37%
BLUE value IS 191 (75% from 255) = 33.28%
R=31.36%
G=35.37%
B=33.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1802031910.1100.060.20148.718.1175.1
HexB4CBBFB061495124b
Octal26431327713062422522113
Binary101101001100101110111111101101101010010010101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CBBF; }

 p { color: rgb(180,203,191); }

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

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

 a { background-color: rgb(180,203,191); }

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

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

 span { border-color: rgb(180,203,191); }

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