Html Css Color HEX #B0EBC3 Fringy Flower

📋 copy color: '#B0EBC3'

red 176 ◦ green 235 ◦ blue 195

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

Shades of Fringy Flower #B0EBC3

Tints of Fringy Flower #B0EBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.18%

R = 29.04%
G = 38.78%
B = 32.18%

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

#B0EBC3 (or 0xB0EBC3) is known color: Fringy Flower. HEX triplet: B0, EB and C3. RGB value is (176,235,195). Sum of RGB (Red+Green+Blue) = 176+235+195=606 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.04% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EBC3 is #4F143C. Grayscale: #D4D4D4. Windows color (decimal): -5182525 or 12839856. OLE color: 12839856.

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

Color convert

RGB 176 235 195 -
CMYK 0.25 0 0.17 0.08
HSL 139.32º 0.6% 0.81% -
HSV(B) 139.32º 0.25% 0.92% -
XYZ 57.46 72.59 62.61 -
YUV 212.8 117.95 101.75 -
System Red Green Blue C M Y K H S L
Decimal 176 235 195 0.25 0 0.17 0.08 139.32 0.6 0.81
Hex B0 EB C3 19 0 11 8 8B 3C 51
Octal 260 353 303 31 0 21 10 213 74 121
Binary 10110000 11101011 11000011 11001 0 10001 1000 10001011 111100 1010001

Color Harmonies of #B0EBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EBC3

Black with #B0EBC3

Text Example


Text Example

White with #B0EBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EBC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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