Html Css Color HEX #BCEBC2 Fringy Flower

📋 copy color: '#BCEBC2'

red 188 ◦ green 235 ◦ blue 194

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

Shades of Fringy Flower #BCEBC2

Tints of Fringy Flower #BCEBC2

RGB

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

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

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

R = 30.47%
G = 38.09%
B = 31.44%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#BCEBC2 (or 0xBCEBC2) is known color: Fringy Flower. HEX triplet: BC, EB and C2. RGB value is (188,235,194). Sum of RGB (Red+Green+Blue) = 188+235+194=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBC2 is #43143D. Grayscale: #D8D8D8. Windows color (decimal): -4396094 or 12774332. OLE color: 12774332.

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

Color convert

RGB 188 235 194 -
CMYK 0.2 0 0.17 0.08
HSL 127.66º 0.54% 0.83% -
HSV(B) 127.66º 0.2% 0.92% -
XYZ 60.18 74 62.15 -
YUV 216.27 115.43 107.83 -
System Red Green Blue C M Y K H S L
Decimal 188 235 194 0.2 0 0.17 0.08 127.66 0.54 0.83
Hex BC EB C2 14 0 11 8 80 36 53
Octal 274 353 302 24 0 21 10 200 66 123
Binary 10111100 11101011 11000010 10100 0 10001 1000 10000000 110110 1010011

Color Harmonies of #BCEBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEBC2

Black with #BCEBC2

Text Example


Text Example

White with #BCEBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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