Html Css Color HEX #BCEBDA Mint Tulip

📋 copy color: '#BCEBDA'

red 188 ◦ green 235 ◦ blue 218

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

Shades of Mint Tulip #BCEBDA

Tints of Mint Tulip #BCEBDA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.66%

 BLUE value IS 218 (85.55% from 255) = 34.01%

R = 29.33%
G = 36.66%
B = 34.01%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#BCEBDA (or 0xBCEBDA) is known color: Mint Tulip. HEX triplet: BC, EB and DA. RGB value is (188,235,218). Sum of RGB (Red+Green+Blue) = 188+235+218=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBDA is #431425. Grayscale: #DBDBDB. Windows color (decimal): -4396070 or 14347196. OLE color: 14347196.

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

Color convert

RGB 188 235 218 -
CMYK 0.2 0 0.07 0.08
HSL 158.3º 0.54% 0.83% -
HSV(B) 158.3º 0.2% 0.92% -
XYZ 63.1 75.17 77.51 -
YUV 219.01 127.43 105.88 -
System Red Green Blue C M Y K H S L
Decimal 188 235 218 0.2 0 0.07 0.08 158.3 0.54 0.83
Hex BC EB DA 14 0 7 8 9E 36 53
Octal 274 353 332 24 0 7 10 236 66 123
Binary 10111100 11101011 11011010 10100 0 111 1000 10011110 110110 1010011

Color Harmonies of #BCEBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEBDA

Black with #BCEBDA

Text Example


Text Example

White with #BCEBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEBDA; }

 p { color: rgb(188,235,218); }

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

background-color css

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

 a { background-color: rgb(188,235,218); }

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

border-color css

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

 span { border-color: rgb(188,235,218); }

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