Html Css Color HEX #BCF5DD Mint Tulip

📋 copy color: '#BCF5DD'

red 188 ◦ green 245 ◦ blue 221

#BCF5DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Tulip #BCF5DD

Tints of Mint Tulip #BCF5DD

RGB

 RED value IS 188 (73.83% from 255) = 28.75%

 GREEN value IS 245 (96.09% from 255) = 37.46%

 BLUE value IS 221 (86.72% from 255) = 33.79%

R = 28.75%
G = 37.46%
B = 33.79%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#BCF5DD (or 0xBCF5DD) is known color: Mint Tulip. HEX triplet: BC, F5 and DD. RGB value is (188,245,221). Sum of RGB (Red+Green+Blue) = 188+245+221=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 245 (96.09% from 255 or 37.46% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF5DD is #430A22. Grayscale: #E1E1E1. Windows color (decimal): -4393507 or 14546364. OLE color: 14546364.

HSL color Cylindrical-coordinate representation of color #BCF5DD: hue angle of 154.74º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF5DD is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 245 221 -
CMYK 0.23 0 0.10 0.04
HSL 154.74º 0.74% 0.85% -
HSV(B) 154.74º 0.23% 0.96% -
XYZ 66.44 81.22 80.58 -
YUV 225.22 125.62 101.45 -
System Red Green Blue C M Y K H S L
Decimal 188 245 221 0.23 0 0.10 0.04 154.74 0.74 0.85
Hex BC F5 DD 17 0 A 4 9B 4A 55
Octal 274 365 335 27 0 12 4 233 112 125
Binary 10111100 11110101 11011101 10111 0 1010 100 10011011 1001010 1010101

Color Harmonies of #BCF5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF5DD

Black with #BCF5DD

Text Example


Text Example

White with #BCF5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF5DD; }

 p { color: rgb(188,245,221); }

 H1.HeaderClassName
 {
   color: #BCF5DD;
 }
 .AnyTagClassName
 {
   color: #BCF5DD;
 }
</style>

background-color css

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

 a { background-color: rgb(188,245,221); }

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

border-color css

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

 span { border-color: rgb(188,245,221); }

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