Html Css Color HEX #BDEBDA Mint Tulip

📋 copy color: '#BDEBDA'

red 189 ◦ green 235 ◦ blue 218

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

Shades of Mint Tulip #BDEBDA

Tints of Mint Tulip #BDEBDA

RGB

 RED value IS 189 (74.22% from 255) = 29.44%

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

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

R = 29.44%
G = 36.6%
B = 33.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#BDEBDA (or 0xBDEBDA) is known color: Mint Tulip. HEX triplet: BD, EB and DA. RGB value is (189,235,218). Sum of RGB (Red+Green+Blue) = 189+235+218=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBDA is #421425. Grayscale: #DBDBDB. Windows color (decimal): -4330534 or 14347197. OLE color: 14347197.

HSL color Cylindrical-coordinate representation of color #BDEBDA: hue angle of 157.83º degrees, saturation: 0.53, 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 #BDEBDA is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 235 218 -
CMYK 0.20 0 0.07 0.08
HSL 157.83º 0.53% 0.83% -
HSV(B) 157.83º 0.2% 0.92% -
XYZ 63.35 75.3 77.52 -
YUV 219.31 127.26 106.38 -
System Red Green Blue C M Y K H S L
Decimal 189 235 218 0.20 0 0.07 0.08 157.83 0.53 0.83
Hex BD EB DA 14 0 7 8 9E 35 53
Octal 275 353 332 24 0 7 10 236 65 123
Binary 10111101 11101011 11011010 10100 0 111 1000 10011110 110101 1010011

Color Harmonies of #BDEBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBDA

Black with #BDEBDA

Text Example


Text Example

White with #BDEBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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