Html Css Color HEX #B0ECBA Fringy Flower

📋 copy color: '#B0ECBA'

red 176 ◦ green 236 ◦ blue 186

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

Shades of Fringy Flower #B0ECBA

Tints of Fringy Flower #B0ECBA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.46%

 BLUE value IS 186 (73.05% from 255) = 31.1%

R = 29.43%
G = 39.46%
B = 31.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#B0ECBA (or 0xB0ECBA) is known color: Fringy Flower. HEX triplet: B0, EC and BA. RGB value is (176,236,186). Sum of RGB (Red+Green+Blue) = 176+236+186=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 236 - color contains mainly: green. Hex color #B0ECBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0ECBA is #4F1345. Grayscale: #D4D4D4. Windows color (decimal): -5182278 or 12250288. OLE color: 12250288.

HSL color Cylindrical-coordinate representation of color #B0ECBA: hue angle of 130º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0ECBA is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 236 186 -
CMYK 0.25 0 0.21 0.07
HSL 130º 0.61% 0.81% -
HSV(B) 130º 0.25% 0.93% -
XYZ 56.76 72.77 57.51 -
YUV 212.36 113.12 102.07 -
System Red Green Blue C M Y K H S L
Decimal 176 236 186 0.25 0 0.21 0.07 130 0.61 0.81
Hex B0 EC BA 19 0 15 7 82 3D 51
Octal 260 354 272 31 0 25 7 202 75 121
Binary 10110000 11101100 10111010 11001 0 10101 111 10000010 111101 1010001

Color Harmonies of #B0ECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ECBA

Black with #B0ECBA

Text Example


Text Example

White with #B0ECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ECBA; }

 p { color: rgb(176,236,186); }

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

background-color css

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

 a { background-color: rgb(176,236,186); }

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

border-color css

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

 span { border-color: rgb(176,236,186); }

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