Html Css Color HEX #BCF2B8 Fringy Flower

📋 copy color: '#BCF2B8'

red 188 ◦ green 242 ◦ blue 184

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

Shades of Fringy Flower #BCF2B8

Tints of Fringy Flower #BCF2B8

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.41%

 BLUE value IS 184 (72.27% from 255) = 29.97%

R = 30.62%
G = 39.41%
B = 29.97%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#BCF2B8 (or 0xBCF2B8) is known color: Fringy Flower. HEX triplet: BC, F2 and B8. RGB value is (188,242,184). Sum of RGB (Red+Green+Blue) = 188+242+184=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 242 (94.92% from 255 or 39.41% from 614); Blue value is 184 (72.27% from 255 or 29.97% from 614); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2B8 is #430D47. Grayscale: #DBDBDB. Windows color (decimal): -4394312 or 12120764. OLE color: 12120764.

HSL color Cylindrical-coordinate representation of color #BCF2B8: hue angle of 115.86º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF2B8 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 184 -
CMYK 0.22 0 0.24 0.05
HSL 115.86º 0.69% 0.84% -
HSV(B) 115.86º 0.24% 0.95% -
XYZ 61.14 77.66 57.11 -
YUV 219.24 108.11 105.72 -
System Red Green Blue C M Y K H S L
Decimal 188 242 184 0.22 0 0.24 0.05 115.86 0.69 0.84
Hex BC F2 B8 16 0 18 5 74 45 54
Octal 274 362 270 26 0 30 5 164 105 124
Binary 10111100 11110010 10111000 10110 0 11000 101 1110100 1000101 1010100

Color Harmonies of #BCF2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF2B8

Black with #BCF2B8

Text Example


Text Example

White with #BCF2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF2B8; }

 p { color: rgb(188,242,184); }

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

background-color css

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

 a { background-color: rgb(188,242,184); }

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

border-color css

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

 span { border-color: rgb(188,242,184); }

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