Html Css Color HEX #BDF7B9 Fringy Flower

📋 copy color: '#BDF7B9'

red 189 ◦ green 247 ◦ blue 185

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

Shades of Fringy Flower #BDF7B9

Tints of Fringy Flower #BDF7B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.79%

R = 30.43%
G = 39.77%
B = 29.79%

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

#BDF7B9 (or 0xBDF7B9) is known color: Fringy Flower. HEX triplet: BD, F7 and B9. RGB value is (189,247,185). Sum of RGB (Red+Green+Blue) = 189+247+185=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 247 (96.88% from 255 or 39.77% from 621); Blue value is 185 (72.66% from 255 or 29.79% from 621); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7B9 is #420846. Grayscale: #DEDEDE. Windows color (decimal): -4327495 or 12187581. OLE color: 12187581.

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

Color convert

RGB 189 247 185 -
CMYK 0.23 0 0.25 0.03
HSL 116.13º 0.79% 0.85% -
HSV(B) 116.13º 0.25% 0.97% -
XYZ 63 80.84 58.18 -
YUV 222.59 106.78 104.04 -
System Red Green Blue C M Y K H S L
Decimal 189 247 185 0.23 0 0.25 0.03 116.13 0.79 0.85
Hex BD F7 B9 17 0 19 3 74 4F 55
Octal 275 367 271 27 0 31 3 164 117 125
Binary 10111101 11110111 10111001 10111 0 11001 11 1110100 1001111 1010101

Color Harmonies of #BDF7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF7B9

Black with #BDF7B9

Text Example


Text Example

White with #BDF7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF7B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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