Html Css Color HEX #BDF0BE Fringy Flower

📋 copy color: '#BDF0BE'

red 189 ◦ green 240 ◦ blue 190

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

Shades of Fringy Flower #BDF0BE

Tints of Fringy Flower #BDF0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.69%

R = 30.53%
G = 38.77%
B = 30.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#BDF0BE (or 0xBDF0BE) is known color: Fringy Flower. HEX triplet: BD, F0 and BE. RGB value is (189,240,190). Sum of RGB (Red+Green+Blue) = 189+240+190=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0BE is #420F41. Grayscale: #DBDBDB. Windows color (decimal): -4329282 or 12513469. OLE color: 12513469.

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

Color convert

RGB 189 240 190 -
CMYK 0.21 0 0.21 0.06
HSL 121.18º 0.63% 0.84% -
HSV(B) 121.18º 0.21% 0.94% -
XYZ 61.44 76.86 60.31 -
YUV 219.05 111.6 106.57 -
System Red Green Blue C M Y K H S L
Decimal 189 240 190 0.21 0 0.21 0.06 121.18 0.63 0.84
Hex BD F0 BE 15 0 15 6 79 3F 54
Octal 275 360 276 25 0 25 6 171 77 124
Binary 10111101 11110000 10111110 10101 0 10101 110 1111001 111111 1010100

Color Harmonies of #BDF0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF0BE

Black with #BDF0BE

Text Example


Text Example

White with #BDF0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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