Html Css Color HEX #BCE4C4 Fringy Flower

📋 copy color: '#BCE4C4'

red 188 ◦ green 228 ◦ blue 196

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

Shades of Fringy Flower #BCE4C4

Tints of Fringy Flower #BCE4C4

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.25%

 BLUE value IS 196 (76.95% from 255) = 32.03%

R = 30.72%
G = 37.25%
B = 32.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#BCE4C4 (or 0xBCE4C4) is known color: Fringy Flower. HEX triplet: BC, E4 and C4. RGB value is (188,228,196). Sum of RGB (Red+Green+Blue) = 188+228+196=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 228 (89.45% from 255 or 37.25% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE4C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE4C4 is #431B3B. Grayscale: #D4D4D4. Windows color (decimal): -4397884 or 12903612. OLE color: 12903612.

HSL color Cylindrical-coordinate representation of color #BCE4C4: hue angle of 132º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE4C4 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 228 196 -
CMYK 0.18 0 0.14 0.11
HSL 132º 0.43% 0.82% -
HSV(B) 132º 0.18% 0.89% -
XYZ 58.45 70.16 62.69 -
YUV 212.39 118.75 110.6 -
System Red Green Blue C M Y K H S L
Decimal 188 228 196 0.18 0 0.14 0.11 132 0.43 0.82
Hex BC E4 C4 12 0 E B 84 2B 52
Octal 274 344 304 22 0 16 13 204 53 122
Binary 10111100 11100100 11000100 10010 0 1110 1011 10000100 101011 1010010

Color Harmonies of #BCE4C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE4C4

Black with #BCE4C4

Text Example


Text Example

White with #BCE4C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE4C4; }

 p { color: rgb(188,228,196); }

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

background-color css

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

 a { background-color: rgb(188,228,196); }

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

border-color css

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

 span { border-color: rgb(188,228,196); }

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