#BBF2DC

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

Shades of Mint Tulip #BBF2DC

Tints of Mint Tulip #BBF2DC

Color information

#BBF2DC (or 0xBBF2DC) is unknown color: approx Mint Tulip. HEX triplet: BB, F2 and DC. RGB value is (187,242,220). Sum of RGB (Red+Green+Blue) = 187+242+220=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2DC is #440D23. Grayscale: #DFDFDF. Windows color (decimal): -4459812 or 14480059. OLE color: 14480059.

HSL color Cylindrical-coordinate representation of color #BBF2DC: hue angle of 156º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF2DC is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB187242220-
CMYK0.2300.090.05
HSL156º67.9%84.12%-
HSV(B)156º22.73%94.9%-
XYZ65.1679.2479.57-
YUV223.05126.28102.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.81%
GREEN value IS 242 (94.92% from 255) = 37.29%
BLUE value IS 220 (86.33% from 255) = 33.90%
R=28.81%
G=37.29%
B=33.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872422200.2300.090.0515667.984.12
HexBBF2DC170959c4454
Octal273362334270115234104124
Binary10111011111100101101110010111010011011001110010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF2DC; }

 p { color: rgb(187,242,220); }

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

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

 a { background-color: rgb(187,242,220); }

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

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

 span { border-color: rgb(187,242,220); }

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