#BBBFCC

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

Shades of Link Water #BBBFCC

Tints of Link Water #BBBFCC

Color information

#BBBFCC (or 0xBBBFCC) is unknown color: approx Link Water. HEX triplet: BB, BF and CC. RGB value is (187,191,204). Sum of RGB (Red+Green+Blue) = 187+191+204=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBBFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFCC is #444033. Grayscale: #BFBFBF. Windows color (decimal): -4472884 or 13418427. OLE color: 13418427.

HSL color Cylindrical-coordinate representation of color #BBBFCC: hue angle of 225.88º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBBFCC is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB187191204-
CMYK0.080.0600.2
HSL225.88º14.29%76.67%-
HSV(B)225.88º8.33%80%-
XYZ50.0252.1964.56-
YUV191.29135.17124.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.13%
GREEN value IS 191 (75% from 255) = 32.82%
BLUE value IS 204 (80.08% from 255) = 35.05%
R=32.13%
G=32.82%
B=35.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871912040.080.0600.2225.8814.2976.67
HexBBBFCC86014e2e4d
Octal27327731410602434216115
Binary10111011101111111100110010001100101001110001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFCC; }

 p { color: rgb(187,191,204); }

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

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

 a { background-color: rgb(187,191,204); }

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

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

 span { border-color: rgb(187,191,204); }

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