Html Css Color HEX #BDF7BA Fringy Flower

📋 copy color: '#BDF7BA'

red 189 ◦ green 247 ◦ blue 186

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

Shades of Fringy Flower #BDF7BA

Tints of Fringy Flower #BDF7BA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.71%

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

R = 30.39%
G = 39.71%
B = 29.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#BDF7BA (or 0xBDF7BA) is known color: Fringy Flower. HEX triplet: BD, F7 and BA. RGB value is (189,247,186). Sum of RGB (Red+Green+Blue) = 189+247+186=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 247 (96.88% from 255 or 39.71% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7BA is #420845. Grayscale: #DEDEDE. Windows color (decimal): -4327494 or 12253117. OLE color: 12253117.

HSL color Cylindrical-coordinate representation of color #BDF7BA: hue angle of 117.05º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDF7BA is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 186 -
CMYK 0.23 0 0.25 0.03
HSL 117.05º 0.79% 0.85% -
HSV(B) 117.05º 0.25% 0.97% -
XYZ 63.11 80.89 58.74 -
YUV 222.7 107.28 103.96 -
System Red Green Blue C M Y K H S L
Decimal 189 247 186 0.23 0 0.25 0.03 117.05 0.79 0.85
Hex BD F7 BA 17 0 19 3 75 4F 55
Octal 275 367 272 27 0 31 3 165 117 125
Binary 10111101 11110111 10111010 10111 0 11001 11 1110101 1001111 1010101

Color Harmonies of #BDF7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF7BA

Black with #BDF7BA

Text Example


Text Example

White with #BDF7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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