Html Css Color HEX #BCEBC0 Fringy Flower

📋 copy color: '#BCEBC0'

red 188 ◦ green 235 ◦ blue 192

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

Shades of Fringy Flower #BCEBC0

Tints of Fringy Flower #BCEBC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.22%

R = 30.57%
G = 38.21%
B = 31.22%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#BCEBC0 (or 0xBCEBC0) is known color: Fringy Flower. HEX triplet: BC, EB and C0. RGB value is (188,235,192). Sum of RGB (Red+Green+Blue) = 188+235+192=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBC0 is #43143F. Grayscale: #D8D8D8. Windows color (decimal): -4396096 or 12643260. OLE color: 12643260.

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

Color convert

RGB 188 235 192 -
CMYK 0.2 0 0.18 0.08
HSL 125.11º 0.54% 0.83% -
HSV(B) 125.11º 0.2% 0.92% -
XYZ 59.96 73.91 60.98 -
YUV 216.05 114.43 108 -
System Red Green Blue C M Y K H S L
Decimal 188 235 192 0.2 0 0.18 0.08 125.11 0.54 0.83
Hex BC EB C0 14 0 12 8 7D 36 53
Octal 274 353 300 24 0 22 10 175 66 123
Binary 10111100 11101011 11000000 10100 0 10010 1000 1111101 110110 1010011

Color Harmonies of #BCEBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEBC0

Black with #BCEBC0

Text Example


Text Example

White with #BCEBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEBC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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