Html Css Color HEX #B5F4BC Fringy Flower

📋 copy color: '#B5F4BC'

red 181 ◦ green 244 ◦ blue 188

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

Shades of Fringy Flower #B5F4BC

Tints of Fringy Flower #B5F4BC

RGB

 RED value IS 181 (71.09% from 255) = 29.53%

 GREEN value IS 244 (95.7% from 255) = 39.8%

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

R = 29.53%
G = 39.8%
B = 30.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#B5F4BC (or 0xB5F4BC) is known color: Fringy Flower. HEX triplet: B5, F4 and BC. RGB value is (181,244,188). Sum of RGB (Red+Green+Blue) = 181+244+188=613 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.53% from 613); Green value is 244 (95.70% from 255 or 39.80% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 244 - color contains mainly: green. Hex color #B5F4BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F4BC is #4A0B43. Grayscale: #DADADA. Windows color (decimal): -4852548 or 12383413. OLE color: 12383413.

HSL color Cylindrical-coordinate representation of color #B5F4BC: hue angle of 126.67º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5F4BC is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 181 244 188 -
CMYK 0.26 0 0.23 0.04
HSL 126.67º 0.74% 0.83% -
HSV(B) 126.67º 0.26% 0.96% -
XYZ 60.48 78.16 59.47 -
YUV 218.78 110.63 101.05 -
System Red Green Blue C M Y K H S L
Decimal 181 244 188 0.26 0 0.23 0.04 126.67 0.74 0.83
Hex B5 F4 BC 1A 0 17 4 7F 4A 53
Octal 265 364 274 32 0 27 4 177 112 123
Binary 10110101 11110100 10111100 11010 0 10111 100 1111111 1001010 1010011

Color Harmonies of #B5F4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F4BC

Black with #B5F4BC

Text Example


Text Example

White with #B5F4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F4BC; }

 p { color: rgb(181,244,188); }

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

background-color css

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

 a { background-color: rgb(181,244,188); }

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

border-color css

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

 span { border-color: rgb(181,244,188); }

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