Html Css Color HEX #B8F2BC Fringy Flower

📋 copy color: '#B8F2BC'

red 184 ◦ green 242 ◦ blue 188

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

Shades of Fringy Flower #B8F2BC

Tints of Fringy Flower #B8F2BC

RGB

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

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

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

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

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #B8F2BC: hue angle of 124.14º 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 #B8F2BC is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 242 188 -
CMYK 0.24 0 0.22 0.05
HSL 124.14º 0.69% 0.84% -
HSV(B) 124.14º 0.24% 0.95% -
XYZ 60.6 77.33 59.31 -
YUV 218.5 110.78 103.39 -
System Red Green Blue C M Y K H S L
Decimal 184 242 188 0.24 0 0.22 0.05 124.14 0.69 0.84
Hex B8 F2 BC 18 0 16 5 7C 45 54
Octal 270 362 274 30 0 26 5 174 105 124
Binary 10111000 11110010 10111100 11000 0 10110 101 1111100 1000101 1010100

Color Harmonies of #B8F2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F2BC

Black with #B8F2BC

Text Example


Text Example

White with #B8F2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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