Html Css Color HEX #B0F8BC Fringy Flower

📋 copy color: '#B0F8BC'

red 176 ◦ green 248 ◦ blue 188

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

Shades of Fringy Flower #B0F8BC

Tints of Fringy Flower #B0F8BC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.52%

 BLUE value IS 188 (73.83% from 255) = 30.72%

R = 28.76%
G = 40.52%
B = 30.72%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#B0F8BC (or 0xB0F8BC) is known color: Fringy Flower. HEX triplet: B0, F8 and BC. RGB value is (176,248,188). Sum of RGB (Red+Green+Blue) = 176+248+188=612 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.76% from 612); Green value is 248 (97.27% from 255 or 40.52% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F8BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F8BC is #4F0743. Grayscale: #DBDBDB. Windows color (decimal): -5179204 or 12384432. OLE color: 12384432.

HSL color Cylindrical-coordinate representation of color #B0F8BC: hue angle of 130º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F8BC is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 248 188 -
CMYK 0.29 0 0.24 0.03
HSL 130º 0.84% 0.83% -
HSV(B) 130º 0.29% 0.97% -
XYZ 60.55 80 59.83 -
YUV 219.63 110.15 96.88 -
System Red Green Blue C M Y K H S L
Decimal 176 248 188 0.29 0 0.24 0.03 130 0.84 0.83
Hex B0 F8 BC 1D 0 18 3 82 54 53
Octal 260 370 274 35 0 30 3 202 124 123
Binary 10110000 11111000 10111100 11101 0 11000 11 10000010 1010100 1010011

Color Harmonies of #B0F8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F8BC

Black with #B0F8BC

Text Example


Text Example

White with #B0F8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F8BC; }

 p { color: rgb(176,248,188); }

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

background-color css

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

 a { background-color: rgb(176,248,188); }

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

border-color css

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

 span { border-color: rgb(176,248,188); }

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