Html Css Color HEX #BCEBBB Fringy Flower

📋 copy color: '#BCEBBB'

red 188 ◦ green 235 ◦ blue 187

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

Shades of Fringy Flower #BCEBBB

Tints of Fringy Flower #BCEBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.66%

R = 30.82%
G = 38.52%
B = 30.66%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#BCEBBB (or 0xBCEBBB) is known color: Fringy Flower. HEX triplet: BC, EB and BB. RGB value is (188,235,187). Sum of RGB (Red+Green+Blue) = 188+235+187=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBBB is #431444. Grayscale: #D7D7D7. Windows color (decimal): -4396101 or 12315580. OLE color: 12315580.

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

Color convert

RGB 188 235 187 -
CMYK 0.2 0 0.20 0.08
HSL 118.75º 0.55% 0.83% -
HSV(B) 118.75º 0.2% 0.92% -
XYZ 59.42 73.7 58.11 -
YUV 215.48 111.93 108.4 -
System Red Green Blue C M Y K H S L
Decimal 188 235 187 0.2 0 0.20 0.08 118.75 0.55 0.83
Hex BC EB BB 14 0 14 8 77 37 53
Octal 274 353 273 24 0 24 10 167 67 123
Binary 10111100 11101011 10111011 10100 0 10100 1000 1110111 110111 1010011

Color Harmonies of #BCEBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEBBB

Black with #BCEBBB

Text Example


Text Example

White with #BCEBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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