Html Css Color HEX #BCEEBE Fringy Flower

📋 copy color: '#BCEEBE'

red 188 ◦ green 238 ◦ blue 190

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

Shades of Fringy Flower #BCEEBE

Tints of Fringy Flower #BCEEBE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.64%

 BLUE value IS 190 (74.61% from 255) = 30.84%

R = 30.52%
G = 38.64%
B = 30.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#BCEEBE (or 0xBCEEBE) is known color: Fringy Flower. HEX triplet: BC, EE and BE. RGB value is (188,238,190). Sum of RGB (Red+Green+Blue) = 188+238+190=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEBE is #431141. Grayscale: #D9D9D9. Windows color (decimal): -4395330 or 12512956. OLE color: 12512956.

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

Color convert

RGB 188 238 190 -
CMYK 0.21 0 0.20 0.07
HSL 122.4º 0.6% 0.84% -
HSV(B) 122.4º 0.21% 0.93% -
XYZ 60.61 75.56 60.11 -
YUV 217.58 112.44 106.9 -
System Red Green Blue C M Y K H S L
Decimal 188 238 190 0.21 0 0.20 0.07 122.4 0.6 0.84
Hex BC EE BE 15 0 14 7 7A 3C 54
Octal 274 356 276 25 0 24 7 172 74 124
Binary 10111100 11101110 10111110 10101 0 10100 111 1111010 111100 1010100

Color Harmonies of #BCEEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEEBE

Black with #BCEEBE

Text Example


Text Example

White with #BCEEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEEBE; }

 p { color: rgb(188,238,190); }

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

background-color css

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

 a { background-color: rgb(188,238,190); }

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

border-color css

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

 span { border-color: rgb(188,238,190); }

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