Html Css Color HEX #BCF1DD Mint Tulip

📋 copy color: '#BCF1DD'

red 188 ◦ green 241 ◦ blue 221

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

Shades of Mint Tulip #BCF1DD

Tints of Mint Tulip #BCF1DD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.08%

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

R = 28.92%
G = 37.08%
B = 34%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#BCF1DD (or 0xBCF1DD) is known color: Mint Tulip. HEX triplet: BC, F1 and DD. RGB value is (188,241,221). Sum of RGB (Red+Green+Blue) = 188+241+221=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 241 (94.53% from 255 or 37.08% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1DD is #430E22. Grayscale: #DEDEDE. Windows color (decimal): -4394531 or 14545340. OLE color: 14545340.

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

Color convert

RGB 188 241 221 -
CMYK 0.22 0 0.08 0.05
HSL 157.36º 0.65% 0.84% -
HSV(B) 157.36º 0.22% 0.95% -
XYZ 65.25 78.82 80.18 -
YUV 222.87 126.94 103.13 -
System Red Green Blue C M Y K H S L
Decimal 188 241 221 0.22 0 0.08 0.05 157.36 0.65 0.84
Hex BC F1 DD 16 0 8 5 9D 41 54
Octal 274 361 335 26 0 10 5 235 101 124
Binary 10111100 11110001 11011101 10110 0 1000 101 10011101 1000001 1010100

Color Harmonies of #BCF1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF1DD

Black with #BCF1DD

Text Example


Text Example

White with #BCF1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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