Html Css Color HEX #BDECDA Mint Tulip

📋 copy color: '#BDECDA'

red 189 ◦ green 236 ◦ blue 218

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

Shades of Mint Tulip #BDECDA

Tints of Mint Tulip #BDECDA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.7%

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

R = 29.39%
G = 36.7%
B = 33.9%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#BDECDA (or 0xBDECDA) is known color: Mint Tulip. HEX triplet: BD, EC and DA. RGB value is (189,236,218). Sum of RGB (Red+Green+Blue) = 189+236+218=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECDA is #421325. Grayscale: #DBDBDB. Windows color (decimal): -4330278 or 14347453. OLE color: 14347453.

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

Color convert

RGB 189 236 218 -
CMYK 0.20 0 0.08 0.07
HSL 157.02º 0.55% 0.83% -
HSV(B) 157.02º 0.2% 0.93% -
XYZ 63.64 75.87 77.62 -
YUV 219.9 126.93 105.96 -
System Red Green Blue C M Y K H S L
Decimal 189 236 218 0.20 0 0.08 0.07 157.02 0.55 0.83
Hex BD EC DA 14 0 8 7 9D 37 53
Octal 275 354 332 24 0 10 7 235 67 123
Binary 10111101 11101100 11011010 10100 0 1000 111 10011101 110111 1010011

Color Harmonies of #BDECDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDECDA

Black with #BDECDA

Text Example


Text Example

White with #BDECDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDECDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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