Html Css Color HEX #BDF0BA Fringy Flower

📋 copy color: '#BDF0BA'

red 189 ◦ green 240 ◦ blue 186

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

Shades of Fringy Flower #BDF0BA

Tints of Fringy Flower #BDF0BA

RGB

 RED value IS 189 (74.22% from 255) = 30.73%

 GREEN value IS 240 (94.14% from 255) = 39.02%

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

R = 30.73%
G = 39.02%
B = 30.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#BDF0BA (or 0xBDF0BA) is known color: Fringy Flower. HEX triplet: BD, F0 and BA. RGB value is (189,240,186). Sum of RGB (Red+Green+Blue) = 189+240+186=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0BA is #420F45. Grayscale: #DADADA. Windows color (decimal): -4329286 or 12251325. OLE color: 12251325.

HSL color Cylindrical-coordinate representation of color #BDF0BA: hue angle of 116.67º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF0BA is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 186 -
CMYK 0.21 0 0.22 0.06
HSL 116.67º 0.64% 0.84% -
HSV(B) 116.67º 0.23% 0.94% -
XYZ 61.01 76.68 58.04 -
YUV 218.6 109.6 106.89 -
System Red Green Blue C M Y K H S L
Decimal 189 240 186 0.21 0 0.22 0.06 116.67 0.64 0.84
Hex BD F0 BA 15 0 16 6 75 40 54
Octal 275 360 272 25 0 26 6 165 100 124
Binary 10111101 11110000 10111010 10101 0 10110 110 1110101 1000000 1010100

Color Harmonies of #BDF0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF0BA

Black with #BDF0BA

Text Example


Text Example

White with #BDF0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF0BA; }

 p { color: rgb(189,240,186); }

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

background-color css

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

 a { background-color: rgb(189,240,186); }

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

border-color css

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

 span { border-color: rgb(189,240,186); }

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