Html Css Color HEX #BCEDBB Fringy Flower

📋 copy color: '#BCEDBB'

red 188 ◦ green 237 ◦ blue 187

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

Shades of Fringy Flower #BCEDBB

Tints of Fringy Flower #BCEDBB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.73%

 BLUE value IS 187 (73.44% from 255) = 30.56%

R = 30.72%
G = 38.73%
B = 30.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#BCEDBB (or 0xBCEDBB) is known color: Fringy Flower. HEX triplet: BC, ED and BB. RGB value is (188,237,187). Sum of RGB (Red+Green+Blue) = 188+237+187=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDBB is #431244. Grayscale: #D8D8D8. Windows color (decimal): -4395589 or 12316092. OLE color: 12316092.

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

Color convert

RGB 188 237 187 -
CMYK 0.21 0 0.21 0.07
HSL 118.8º 0.58% 0.83% -
HSV(B) 118.8º 0.21% 0.93% -
XYZ 59.99 74.85 58.3 -
YUV 216.65 111.27 107.57 -
System Red Green Blue C M Y K H S L
Decimal 188 237 187 0.21 0 0.21 0.07 118.8 0.58 0.83
Hex BC ED BB 15 0 15 7 77 3A 53
Octal 274 355 273 25 0 25 7 167 72 123
Binary 10111100 11101101 10111011 10101 0 10101 111 1110111 111010 1010011

Color Harmonies of #BCEDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEDBB

Black with #BCEDBB

Text Example


Text Example

White with #BCEDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEDBB; }

 p { color: rgb(188,237,187); }

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

background-color css

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

 a { background-color: rgb(188,237,187); }

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

border-color css

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

 span { border-color: rgb(188,237,187); }

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