Html Css Color HEX #BCE9BA Fringy Flower

📋 copy color: '#BCE9BA'

red 188 ◦ green 233 ◦ blue 186

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

Shades of Fringy Flower #BCE9BA

Tints of Fringy Flower #BCE9BA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.39%

 BLUE value IS 186 (73.05% from 255) = 30.64%

R = 30.97%
G = 38.39%
B = 30.64%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#BCE9BA (or 0xBCE9BA) is known color: Fringy Flower. HEX triplet: BC, E9 and BA. RGB value is (188,233,186). Sum of RGB (Red+Green+Blue) = 188+233+186=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 233 (91.41% from 255 or 38.39% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE9BA is #431645. Grayscale: #D6D6D6. Windows color (decimal): -4396614 or 12249532. OLE color: 12249532.

HSL color Cylindrical-coordinate representation of color #BCE9BA: hue angle of 117.45º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCE9BA is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 233 186 -
CMYK 0.19 0 0.20 0.09
HSL 117.45º 0.52% 0.82% -
HSV(B) 117.45º 0.2% 0.91% -
XYZ 58.74 72.51 57.36 -
YUV 214.19 112.09 109.32 -
System Red Green Blue C M Y K H S L
Decimal 188 233 186 0.19 0 0.20 0.09 117.45 0.52 0.82
Hex BC E9 BA 13 0 14 9 75 34 52
Octal 274 351 272 23 0 24 11 165 64 122
Binary 10111100 11101001 10111010 10011 0 10100 1001 1110101 110100 1010010

Color Harmonies of #BCE9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE9BA

Black with #BCE9BA

Text Example


Text Example

White with #BCE9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE9BA; }

 p { color: rgb(188,233,186); }

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

background-color css

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

 a { background-color: rgb(188,233,186); }

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

border-color css

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

 span { border-color: rgb(188,233,186); }

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