Html Css Color HEX #B4FABC Fringy Flower

📋 copy color: '#B4FABC'

red 180 ◦ green 250 ◦ blue 188

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

Shades of Fringy Flower #B4FABC

Tints of Fringy Flower #B4FABC

RGB

 RED value IS 180 (70.7% from 255) = 29.13%

 GREEN value IS 250 (98.05% from 255) = 40.45%

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

R = 29.13%
G = 40.45%
B = 30.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#B4FABC (or 0xB4FABC) is known color: Fringy Flower. HEX triplet: B4, FA and BC. RGB value is (180,250,188). Sum of RGB (Red+Green+Blue) = 180+250+188=618 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.13% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 188 (73.83% from 255 or 30.42% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FABC is #4B0543. Grayscale: #DEDEDE. Windows color (decimal): -4916548 or 12384948. OLE color: 12384948.

HSL color Cylindrical-coordinate representation of color #B4FABC: hue angle of 126.86º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FABC is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 250 188 -
CMYK 0.28 0 0.25 0.02
HSL 126.86º 0.88% 0.84% -
HSV(B) 126.86º 0.28% 0.98% -
XYZ 62.09 81.71 60.08 -
YUV 222 108.81 98.04 -
System Red Green Blue C M Y K H S L
Decimal 180 250 188 0.28 0 0.25 0.02 126.86 0.88 0.84
Hex B4 FA BC 1C 0 19 2 7F 58 54
Octal 264 372 274 34 0 31 2 177 130 124
Binary 10110100 11111010 10111100 11100 0 11001 10 1111111 1011000 1010100

Color Harmonies of #B4FABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FABC

Black with #B4FABC

Text Example


Text Example

White with #B4FABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FABC; }

 p { color: rgb(180,250,188); }

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

background-color css

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

 a { background-color: rgb(180,250,188); }

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

border-color css

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

 span { border-color: rgb(180,250,188); }

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