Html Css Color HEX #B4FCBB Fringy Flower

📋 copy color: '#B4FCBB'

red 180 ◦ green 252 ◦ blue 187

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

Shades of Fringy Flower #B4FCBB

Tints of Fringy Flower #B4FCBB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.71%

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

R = 29.08%
G = 40.71%
B = 30.21%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#B4FCBB (or 0xB4FCBB) is known color: Fringy Flower. HEX triplet: B4, FC and BB. RGB value is (180,252,187). Sum of RGB (Red+Green+Blue) = 180+252+187=619 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.08% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FCBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FCBB is #4B0344. Grayscale: #DFDFDF. Windows color (decimal): -4916037 or 12319924. OLE color: 12319924.

HSL color Cylindrical-coordinate representation of color #B4FCBB: hue angle of 125.83º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FCBB is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 252 187 -
CMYK 0.29 0 0.26 0.01
HSL 125.83º 0.92% 0.85% -
HSV(B) 125.83º 0.29% 0.99% -
XYZ 62.6 82.91 59.72 -
YUV 223.06 107.65 97.29 -
System Red Green Blue C M Y K H S L
Decimal 180 252 187 0.29 0 0.26 0.01 125.83 0.92 0.85
Hex B4 FC BB 1D 0 1A 1 7E 5C 55
Octal 264 374 273 35 0 32 1 176 134 125
Binary 10110100 11111100 10111011 11101 0 11010 1 1111110 1011100 1010101

Color Harmonies of #B4FCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FCBB

Black with #B4FCBB

Text Example


Text Example

White with #B4FCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FCBB; }

 p { color: rgb(180,252,187); }

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

background-color css

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

 a { background-color: rgb(180,252,187); }

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

border-color css

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

 span { border-color: rgb(180,252,187); }

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