#B8CBBF

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

Shades of Nebula #B8CBBF

Tints of Nebula #B8CBBF

Color information

#B8CBBF (or 0xB8CBBF) is unknown color: approx Nebula. HEX triplet: B8, CB and BF. RGB value is (184,203,191). Sum of RGB (Red+Green+Blue) = 184+203+191=578 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.83% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CBBF is #473440. Grayscale: #C3C3C3. Windows color (decimal): -4666433 or 12569528. OLE color: 12569528.

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

Color convert

RGB184203191-
CMYK0.0900.060.20
HSL142.11º15.45%75.88%-
HSV(B)142.11º9.36%79.61%-
XYZ50.5356.6657.56-
YUV195.95125.21119.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.83%
GREEN value IS 203 (79.69% from 255) = 35.12%
BLUE value IS 191 (75% from 255) = 33.04%
R=31.83%
G=35.12%
B=33.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1842031910.0900.060.20142.1115.4575.88
HexB8CBBF906148ef4c
Octal27031327711062421617114
Binary10111000110010111011111110010110101001000111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CBBF; }

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

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

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

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

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

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

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

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