Html Css Color HEX #B0EBC4 Fringy Flower

📋 copy color: '#B0EBC4'

red 176 ◦ green 235 ◦ blue 196

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

Shades of Fringy Flower #B0EBC4

Tints of Fringy Flower #B0EBC4

RGB

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

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

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

R = 29%
G = 38.71%
B = 32.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#B0EBC4 (or 0xB0EBC4) is known color: Fringy Flower. HEX triplet: B0, EB and C4. RGB value is (176,235,196). Sum of RGB (Red+Green+Blue) = 176+235+196=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EBC4 is #4F143B. Grayscale: #D5D5D5. Windows color (decimal): -5182524 or 12905392. OLE color: 12905392.

HSL color Cylindrical-coordinate representation of color #B0EBC4: hue angle of 140.34º 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 #B0EBC4 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 235 196 -
CMYK 0.25 0 0.17 0.08
HSL 140.34º 0.6% 0.81% -
HSV(B) 140.34º 0.25% 0.92% -
XYZ 57.58 72.63 63.21 -
YUV 212.91 118.45 101.67 -
System Red Green Blue C M Y K H S L
Decimal 176 235 196 0.25 0 0.17 0.08 140.34 0.6 0.81
Hex B0 EB C4 19 0 11 8 8C 3C 51
Octal 260 353 304 31 0 21 10 214 74 121
Binary 10110000 11101011 11000100 11001 0 10001 1000 10001100 111100 1010001

Color Harmonies of #B0EBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EBC4

Black with #B0EBC4

Text Example


Text Example

White with #B0EBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EBC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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