Html Css Color HEX #BCEDC3 Fringy Flower

📋 copy color: '#BCEDC3'

red 188 ◦ green 237 ◦ blue 195

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

Shades of Fringy Flower #BCEDC3

Tints of Fringy Flower #BCEDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 31.45%

R = 30.32%
G = 38.23%
B = 31.45%

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

#BCEDC3 (or 0xBCEDC3) is known color: Fringy Flower. HEX triplet: BC, ED and C3. RGB value is (188,237,195). Sum of RGB (Red+Green+Blue) = 188+237+195=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 195 (76.56% from 255 or 31.45% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDC3 is #43123C. Grayscale: #D9D9D9. Windows color (decimal): -4395581 or 12840380. OLE color: 12840380.

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

Color convert

RGB 188 237 195 -
CMYK 0.21 0 0.18 0.07
HSL 128.57º 0.58% 0.83% -
HSV(B) 128.57º 0.21% 0.93% -
XYZ 60.87 75.2 62.94 -
YUV 217.56 115.27 106.92 -
System Red Green Blue C M Y K H S L
Decimal 188 237 195 0.21 0 0.18 0.07 128.57 0.58 0.83
Hex BC ED C3 15 0 12 7 81 3A 53
Octal 274 355 303 25 0 22 7 201 72 123
Binary 10111100 11101101 11000011 10101 0 10010 111 10000001 111010 1010011

Color Harmonies of #BCEDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEDC3

Black with #BCEDC3

Text Example


Text Example

White with #BCEDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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