Html Css Color HEX #B0EBB8 Fringy Flower

📋 copy color: '#B0EBB8'

red 176 ◦ green 235 ◦ blue 184

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

Shades of Fringy Flower #B0EBB8

Tints of Fringy Flower #B0EBB8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.5%

 BLUE value IS 184 (72.27% from 255) = 30.92%

R = 29.58%
G = 39.5%
B = 30.92%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#B0EBB8 (or 0xB0EBB8) is known color: Fringy Flower. HEX triplet: B0, EB and B8. RGB value is (176,235,184). Sum of RGB (Red+Green+Blue) = 176+235+184=595 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.58% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 184 (72.27% from 255 or 30.92% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EBB8 is #4F1447. Grayscale: #D3D3D3. Windows color (decimal): -5182536 or 12118960. OLE color: 12118960.

HSL color Cylindrical-coordinate representation of color #B0EBB8: hue angle of 128.14º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0EBB8 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 235 184 -
CMYK 0.25 0 0.22 0.08
HSL 128.14º 0.6% 0.81% -
HSV(B) 128.14º 0.25% 0.92% -
XYZ 56.26 72.11 56.3 -
YUV 211.55 112.45 102.65 -
System Red Green Blue C M Y K H S L
Decimal 176 235 184 0.25 0 0.22 0.08 128.14 0.6 0.81
Hex B0 EB B8 19 0 16 8 80 3C 51
Octal 260 353 270 31 0 26 10 200 74 121
Binary 10110000 11101011 10111000 11001 0 10110 1000 10000000 111100 1010001

Color Harmonies of #B0EBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EBB8

Black with #B0EBB8

Text Example


Text Example

White with #B0EBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EBB8; }

 p { color: rgb(176,235,184); }

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

background-color css

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

 a { background-color: rgb(176,235,184); }

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

border-color css

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

 span { border-color: rgb(176,235,184); }

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