Html Css Color HEX #B0EBB6 Fringy Flower

📋 copy color: '#B0EBB6'

red 176 ◦ green 235 ◦ blue 182

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

Shades of Fringy Flower #B0EBB6

Tints of Fringy Flower #B0EBB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.69%

R = 29.68%
G = 39.63%
B = 30.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#B0EBB6 (or 0xB0EBB6) is known color: Fringy Flower. HEX triplet: B0, EB and B6. RGB value is (176,235,182). Sum of RGB (Red+Green+Blue) = 176+235+182=593 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.68% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 182 (71.48% from 255 or 30.69% from 593); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EBB6 is #4F1449. Grayscale: #D3D3D3. Windows color (decimal): -5182538 or 11987888. OLE color: 11987888.

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

Color convert

RGB 176 235 182 -
CMYK 0.25 0 0.23 0.08
HSL 126.1º 0.6% 0.81% -
HSV(B) 126.1º 0.25% 0.92% -
XYZ 56.06 72.02 55.2 -
YUV 211.32 111.45 102.81 -
System Red Green Blue C M Y K H S L
Decimal 176 235 182 0.25 0 0.23 0.08 126.1 0.6 0.81
Hex B0 EB B6 19 0 17 8 7E 3C 51
Octal 260 353 266 31 0 27 10 176 74 121
Binary 10110000 11101011 10110110 11001 0 10111 1000 1111110 111100 1010001

Color Harmonies of #B0EBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EBB6

Black with #B0EBB6

Text Example


Text Example

White with #B0EBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EBB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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