#BBC0CF

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

Shades of Link Water #BBC0CF

Tints of Link Water #BBC0CF

Color information

#BBC0CF (or 0xBBC0CF) is unknown color: approx Link Water. HEX triplet: BB, C0 and CF. RGB value is (187,192,207). Sum of RGB (Red+Green+Blue) = 187+192+207=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBC0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0CF is #443F30. Grayscale: #C0C0C0. Windows color (decimal): -4472625 or 13615291. OLE color: 13615291.

HSL color Cylindrical-coordinate representation of color #BBC0CF: hue angle of 225º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBC0CF is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187192207-
CMYK0.100.0700.19
HSL225º17.24%77.25%-
HSV(B)225º9.66%81.18%-
XYZ50.6152.7766.55-
YUV192.22136.34124.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.91%
GREEN value IS 192 (75.39% from 255) = 32.76%
BLUE value IS 207 (81.25% from 255) = 35.32%
R=31.91%
G=32.76%
B=35.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871922070.100.0700.1922517.2477.25
HexBBC0CFA7013e1114d
Octal27330031712702334121115
Binary101110111100000011001111101011101001111100001100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC0CF; }

 p { color: rgb(187,192,207); }

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

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

 a { background-color: rgb(187,192,207); }

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

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

 span { border-color: rgb(187,192,207); }

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