Html Css Color HEX #BCEBBA Fringy Flower

📋 copy color: '#BCEBBA'

red 188 ◦ green 235 ◦ blue 186

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

Shades of Fringy Flower #BCEBBA

Tints of Fringy Flower #BCEBBA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.59%

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

R = 30.87%
G = 38.59%
B = 30.54%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#BCEBBA (or 0xBCEBBA) is known color: Fringy Flower. HEX triplet: BC, EB and BA. RGB value is (188,235,186). Sum of RGB (Red+Green+Blue) = 188+235+186=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBBA is #431445. Grayscale: #D7D7D7. Windows color (decimal): -4396102 or 12250044. OLE color: 12250044.

HSL color Cylindrical-coordinate representation of color #BCEBBA: hue angle of 117.55º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEBBA is Cyan = 0.2, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 235 186 -
CMYK 0.2 0 0.21 0.08
HSL 117.55º 0.55% 0.83% -
HSV(B) 117.55º 0.21% 0.92% -
XYZ 59.31 73.65 57.54 -
YUV 215.36 111.43 108.48 -
System Red Green Blue C M Y K H S L
Decimal 188 235 186 0.2 0 0.21 0.08 117.55 0.55 0.83
Hex BC EB BA 14 0 15 8 76 37 53
Octal 274 353 272 24 0 25 10 166 67 123
Binary 10111100 11101011 10111010 10100 0 10101 1000 1110110 110111 1010011

Color Harmonies of #BCEBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEBBA

Black with #BCEBBA

Text Example


Text Example

White with #BCEBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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