Html Css Color HEX #B0FFC4 Fringy Flower

📋 copy color: '#B0FFC4'

red 176 ◦ green 255 ◦ blue 196

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

Shades of Fringy Flower #B0FFC4

Tints of Fringy Flower #B0FFC4

RGB

 RED value IS 176 (69.14% from 255) = 28.07%

 GREEN value IS 255 (100% from 255) = 40.67%

 BLUE value IS 196 (76.95% from 255) = 31.26%

R = 28.07%
G = 40.67%
B = 31.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#B0FFC4 (or 0xB0FFC4) is known color: Fringy Flower. HEX triplet: B0, FF and C4. RGB value is (176,255,196). Sum of RGB (Red+Green+Blue) = 176+255+196=627 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.07% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 196 (76.95% from 255 or 31.26% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FFC4 is #4F003B. Grayscale: #E0E0E0. Windows color (decimal): -5177404 or 12910512. OLE color: 12910512.

HSL color Cylindrical-coordinate representation of color #B0FFC4: hue angle of 135.19º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FFC4 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB 176 255 196 -
CMYK 0.31 0 0.23 0
HSL 135.19º 1% 0.85% -
HSV(B) 135.19º 0.31% 1% -
XYZ 63.63 84.74 65.23 -
YUV 224.65 111.83 93.3 -
System Red Green Blue C M Y K H S L
Decimal 176 255 196 0.31 0 0.23 0 135.19 1 0.85
Hex B0 FF C4 1F 0 17 0 87 64 55
Octal 260 377 304 37 0 27 0 207 144 125
Binary 10110000 11111111 11000100 11111 0 10111 0 10000111 1100100 1010101

Color Harmonies of #B0FFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FFC4

Black with #B0FFC4

Text Example


Text Example

White with #B0FFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FFC4; }

 p { color: rgb(176,255,196); }

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

background-color css

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

 a { background-color: rgb(176,255,196); }

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

border-color css

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

 span { border-color: rgb(176,255,196); }

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