Html Css Color HEX #BCEDDB Mint Tulip

📋 copy color: '#BCEDDB'

red 188 ◦ green 237 ◦ blue 219

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

Shades of Mint Tulip #BCEDDB

Tints of Mint Tulip #BCEDDB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.8%

 BLUE value IS 219 (85.94% from 255) = 34.01%

R = 29.19%
G = 36.8%
B = 34.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#BCEDDB (or 0xBCEDDB) is known color: Mint Tulip. HEX triplet: BC, ED and DB. RGB value is (188,237,219). Sum of RGB (Red+Green+Blue) = 188+237+219=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDDB is #431224. Grayscale: #DCDCDC. Windows color (decimal): -4395557 or 14413244. OLE color: 14413244.

HSL color Cylindrical-coordinate representation of color #BCEDDB: hue angle of 157.96º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEDDB is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 219 -
CMYK 0.21 0 0.08 0.07
HSL 157.96º 0.58% 0.83% -
HSV(B) 157.96º 0.21% 0.93% -
XYZ 63.81 76.37 78.4 -
YUV 220.3 127.27 104.96 -
System Red Green Blue C M Y K H S L
Decimal 188 237 219 0.21 0 0.08 0.07 157.96 0.58 0.83
Hex BC ED DB 15 0 8 7 9E 3A 53
Octal 274 355 333 25 0 10 7 236 72 123
Binary 10111100 11101101 11011011 10101 0 1000 111 10011110 111010 1010011

Color Harmonies of #BCEDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEDDB

Black with #BCEDDB

Text Example


Text Example

White with #BCEDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEDDB; }

 p { color: rgb(188,237,219); }

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

background-color css

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

 a { background-color: rgb(188,237,219); }

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

border-color css

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

 span { border-color: rgb(188,237,219); }

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