Html Css Color HEX #BCEDC2 Fringy Flower

📋 copy color: '#BCEDC2'

red 188 ◦ green 237 ◦ blue 194

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

Shades of Fringy Flower #BCEDC2

Tints of Fringy Flower #BCEDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.34%

R = 30.37%
G = 38.29%
B = 31.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#BCEDC2 (or 0xBCEDC2) is known color: Fringy Flower. HEX triplet: BC, ED and C2. RGB value is (188,237,194). Sum of RGB (Red+Green+Blue) = 188+237+194=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDC2 is #43123D. Grayscale: #D9D9D9. Windows color (decimal): -4395582 or 12774844. OLE color: 12774844.

HSL color Cylindrical-coordinate representation of color #BCEDC2: hue angle of 127.35º 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 #BCEDC2 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 194 -
CMYK 0.21 0 0.18 0.07
HSL 127.35º 0.58% 0.83% -
HSV(B) 127.35º 0.21% 0.93% -
XYZ 60.76 75.15 62.34 -
YUV 217.45 114.77 107 -
System Red Green Blue C M Y K H S L
Decimal 188 237 194 0.21 0 0.18 0.07 127.35 0.58 0.83
Hex BC ED C2 15 0 12 7 7F 3A 53
Octal 274 355 302 25 0 22 7 177 72 123
Binary 10111100 11101101 11000010 10101 0 10010 111 1111111 111010 1010011

Color Harmonies of #BCEDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEDC2

Black with #BCEDC2

Text Example


Text Example

White with #BCEDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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