Html Css Color HEX #BCEADA Mint Tulip

📋 copy color: '#BCEADA'

red 188 ◦ green 234 ◦ blue 218

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

Shades of Mint Tulip #BCEADA

Tints of Mint Tulip #BCEADA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.56%

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

R = 29.38%
G = 36.56%
B = 34.06%

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

#BCEADA (or 0xBCEADA) is known color: Mint Tulip. HEX triplet: BC, EA and DA. RGB value is (188,234,218). Sum of RGB (Red+Green+Blue) = 188+234+218=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEADA is #431525. Grayscale: #DADADA. Windows color (decimal): -4396326 or 14346940. OLE color: 14346940.

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

Color convert

RGB 188 234 218 -
CMYK 0.20 0 0.07 0.08
HSL 159.13º 0.52% 0.83% -
HSV(B) 159.13º 0.2% 0.92% -
XYZ 62.82 74.6 77.42 -
YUV 218.42 127.76 106.3 -
System Red Green Blue C M Y K H S L
Decimal 188 234 218 0.20 0 0.07 0.08 159.13 0.52 0.83
Hex BC EA DA 14 0 7 8 9F 34 53
Octal 274 352 332 24 0 7 10 237 64 123
Binary 10111100 11101010 11011010 10100 0 111 1000 10011111 110100 1010011

Color Harmonies of #BCEADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEADA

Black with #BCEADA

Text Example


Text Example

White with #BCEADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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